Home
last modified time | relevance | path

Searched refs:ResolveMethodWithoutInvokeType (Results 1 – 5 of 5) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.cc518 ArtMethod* method = class_linker->ResolveMethodWithoutInvokeType( in ProcessAnnotationValue()
1585 ArtMethod* method = Runtime::Current()->GetClassLinker()->ResolveMethodWithoutInvokeType( in GetEnclosingClass()
/art/runtime/jit/
Djit.cc1326 ArtMethod* method = class_linker->ResolveMethodWithoutInvokeType( in CompileMethodFromProfile()
/art/runtime/
Dclass_linker.h360 ArtMethod* ResolveMethodWithoutInvokeType(uint32_t method_idx,
Dclass_linker.cc8956 ArtMethod* ClassLinker::ResolveMethodWithoutInvokeType(uint32_t method_idx, in ResolveMethodWithoutInvokeType() function in art::ClassLinker
9375 target_method = ResolveMethodWithoutInvokeType(method_handle.field_or_method_idx_, in ResolveMethodHandleForMethod()
/art/oatdump/
Doatdump.cc1513 ArtMethod* method = runtime->GetClassLinker()->ResolveMethodWithoutInvokeType( in DumpVerifier()