Lines Matching +defs:obj +defs:m
82 void Append(ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock_) { in Append()
227 ArtMethod* m, in BuildArgArrayFromObjectArray()
369 void CheckMethodArguments(JavaVMExt* vm, ArtMethod* m, uint32_t* args) in CheckMethodArguments()
478 ArtMethod* m, in InvokeMethodImpl()
529 jobject obj, in InvokeWithVarArgs()
562 jobject obj, in InvokeWithVarArgs()
571 jobject obj, in InvokeWithJValues()
603 jobject obj, in InvokeWithJValues()
612 jobject obj, in InvokeVirtualOrInterfaceWithJValues()
646 jobject obj, in InvokeVirtualOrInterfaceWithJValues()
655 jobject obj, in InvokeVirtualOrInterfaceWithVarArgs()
690 jobject obj, in InvokeVirtualOrInterfaceWithVarArgs()
711 ArtMethod* m = executable->GetArtMethod(); in InvokeMethod() local
844 ArtMethod* m = nullptr; in BoxPrimitive() local
1016 ObjPtr<mirror::Object> obj, in VerifyAccess()
1033 bool VerifyAccess(ObjPtr<mirror::Object> obj, in VerifyAccess()
1065 void UpdateReference(Thread* self, jobject obj, ObjPtr<mirror::Object> result) { in UpdateReference()