Lines Matching refs:ArtMethod

189   mirror::String* ResolveString(uint32_t string_idx, ArtMethod* referrer)
207 mirror::Class* ResolveType(uint16_t type_idx, ArtMethod* referrer)
227 ArtMethod* ResolveMethod(const DexFile& dex_file, uint32_t method_idx,
229 Handle<mirror::ClassLoader> class_loader, ArtMethod* referrer,
233 ArtMethod* GetResolvedMethod(uint32_t method_idx, ArtMethod* referrer)
235 ArtMethod* ResolveMethod(Thread* self, uint32_t method_idx, ArtMethod* referrer, InvokeType type)
242 ArtField* ResolveField(uint32_t field_idx, ArtMethod* referrer, bool is_static)
267 const char* MethodShorty(uint32_t method_idx, ArtMethod* referrer, uint32_t* length)
322 void FixupDexCaches(ArtMethod* resolution_method)
359 ArtMethod* AllocArtMethodArray(Thread* self, size_t length);
382 void ResolveMethodExceptionHandlerTypes(const DexFile& dex_file, ArtMethod* klass)
391 ArtMethod* FindMethodForProxy(mirror::Class* proxy_class, ArtMethod* proxy_method)
396 const void* GetQuickOatCodeFor(ArtMethod* method)
407 const void* GetOatMethodQuickCodeFor(ArtMethod* method)
431 void SetEntryPointsToCompiledCode(ArtMethod* method, const void* method_code) const
435 void SetEntryPointsToInterpreter(ArtMethod* method) const
463 bool MayBeCalledWithDirectCodePointer(ArtMethod* m)
481 ArtMethod* CreateRuntimeMethod();
488 const OatFile::OatMethod FindOatMethodFor(ArtMethod* method, bool* found)
547 Handle<mirror::Class> klass, ArtMethod* dst)
576 bool IsSameMethodSignatureInDifferentClassContexts(Thread* self, ArtMethod* method,
593 ArtMethod** out_imt)
601 ArtMethod** out_imt)
610 void LinkCode(ArtMethod* method, const OatFile::OatClass* oat_class,
616 void CheckProxyConstructor(ArtMethod* constructor) const
618 void CheckProxyMethod(ArtMethod* method, ArtMethod* prototype) const
637 void CreateProxyConstructor(Handle<mirror::Class> klass, ArtMethod* out)
639 void CreateProxyMethod(Handle<mirror::Class> klass, ArtMethod* prototype, ArtMethod* out)
692 void UpdateClassVirtualMethods(mirror::Class* klass, ArtMethod* new_methods,