Home
last modified time | relevance | path

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

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