Lines Matching refs:ArtMethod
44 class ArtMethod; variable
83 ArtMethod* method,
95 ArtMethod* method,
133 ArtMethod* referrer,
140 inline ArtMethod* FindMethodFromCode(uint32_t method_idx,
142 ArtMethod* referrer,
149 ArtMethod* referrer,
156 inline ArtMethod* FindMethodFast(uint32_t method_idx,
158 ArtMethod* referrer)
162 ArtMethod* referrer,
169 ObjPtr<mirror::MethodHandle> ResolveMethodHandleFromCode(ArtMethod* referrer,
174 ObjPtr<mirror::MethodType> ResolveMethodTypeFromCode(ArtMethod* referrer, dex::ProtoIndex proto_idx)
197 ArtMethod* GetCalleeSaveMethodCaller(ArtMethod** sp,
203 ArtMethod* caller;
204 ArtMethod* outer_method;
210 ArtMethod* GetCalleeSaveOuterMethod(Thread* self, CalleeSaveType type)
215 bool NeedsClinitCheckBeforeCall(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
220 jobject GetGenericJniSynchronizationObject(Thread* self, ArtMethod* called)
225 void MaybeUpdateBssMethodEntry(ArtMethod* callee, MethodReference callee_reference);