Home
last modified time | relevance | path

Searched defs:ResolveMethod (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/
H A Dclass_linker-inl.h353 inline ArtMethod* ClassLinker::ResolveMethod(Thread* self, in ResolveMethod() function
H A Dclass_linker.cc9123 ArtMethod* ClassLinker::ResolveMethod(uint32_t method_idx, in ResolveMethod() function in art::ClassLinker
/aosp12/art/profman/
H A Dprofman.cc1281 std::optional<ClassMethodReference> ResolveMethod(TypeReference class_ref, in ResolveMethod() function in art::ProfMan
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc861 static ArtMethod* ResolveMethod(uint16_t method_idx, in ResolveMethod() function