Home
last modified time | relevance | path

Searched refs:MethodIndex (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dmir_method_info.cc36 MirMethodLoweringInfo unresolved(it->MethodIndex(), it->GetInvokeType()); in Resolve()
62 it->target_method_idx_ = it->MethodIndex(); in Resolve()
66 compiler_driver->ResolveMethod(soa, dex_cache, class_loader, mUnit, it->MethodIndex(), in Resolve()
75 MethodReference target_method(mUnit->GetDexFile(), it->MethodIndex()); in Resolve()
Dmir_method_info.h34 uint16_t MethodIndex() const { in MethodIndex() function