Lines Matching refs:ArtMethod
44 class ArtMethod; variable
82 ArtMethod* method,
94 ArtMethod* method,
131 inline ArtMethod* FindSuperMethodToCall(uint32_t method_idx,
132 ArtMethod* resolved_method,
133 ArtMethod* referrer,
139 ArtMethod* referrer,
146 inline ArtMethod* FindMethodToCall(Thread* self,
147 ArtMethod* referrer,
156 ArtMethod* referrer,
163 ObjPtr<mirror::MethodHandle> ResolveMethodHandleFromCode(ArtMethod* referrer,
168 ObjPtr<mirror::MethodType> ResolveMethodTypeFromCode(ArtMethod* referrer, dex::ProtoIndex proto_idx)
191 ArtMethod* GetCalleeSaveMethodCallerAndDexPc(ArtMethod** sp,
198 ArtMethod* caller;
199 ArtMethod* outer_method;
205 ArtMethod* GetCalleeSaveOuterMethod(Thread* self, CalleeSaveType type)
211 ObjPtr<mirror::Object> GetGenericJniSynchronizationObject(Thread* self, ArtMethod* called)
219 void MaybeUpdateBssMethodEntry(ArtMethod* callee,
221 ArtMethod* outer_method) REQUIRES_SHARED(Locks::mutator_lock_);