Home
last modified time | relevance | path

Searched refs:method_index (Results 26 – 31 of 31) sorted by relevance

12

/art/libdexfile/dex/
Ddex_file_verifier_test.cc247 uint32_t method_index = method.GetIndex(); in FindMethodData() local
248 dex::StringIndex name_index = dex_file->GetMethodId(method_index).name_idx_; in FindMethodData()
253 *method_idx = method_index; in FindMethodData()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1194 uint32_t method_index = code_info.GetMethodIndexOf(inline_info); in DumpB74410240DebugData() local
1199 CHECK_EQ(caller->GetDexMethodIndex(), method_index); in DumpB74410240DebugData()
1203 caller = class_linker->LookupResolvedMethod(method_index, dex_cache, class_loader); in DumpB74410240DebugData()
2362 extern "C" ArtMethod* artLookupResolvedMethod(uint32_t method_index, ArtMethod* referrer) in artLookupResolvedMethod() argument
2367 method_index, referrer->GetDexCache(), referrer->GetClassLoader()); in artLookupResolvedMethod()
/art/runtime/
Dinstrumentation.cc1474 uint16_t method_index = get_method_index_fn(m, instr, stack_visitor->GetDexPc()); in GetRuntimeMethodShorty()
1476 if (interpreter::IsStringInit(dex_file, method_index)) { in GetRuntimeMethodShorty()
1481 shorty = dex_file->GetMethodShorty(method_index)[0]; in GetRuntimeMethodShorty()
Dclass_linker.cc3647 for (size_t method_index = 0; method_index < num_direct_methods; ++method_index) { in FixupStaticTrampolines() local
3648 ArtMethod* method = klass->GetDirectMethod(method_index, pointer_size); in FixupStaticTrampolines()
3660 OatFile::OatMethod oat_method = oat_class.GetOatMethod(method_index); in FixupStaticTrampolines()
/art/dexlayout/
Ddex_ir_builder.cc1182 const uint32_t method_index = static_cast<uint32_t>(ReadVarWidth(data, length, false)); in ReadEncodedValue() local
1183 item->SetMethodId(header_->MethodIds()[method_index]); in ReadEncodedValue()
/art/compiler/optimizing/
Dnodes.h4636 uint32_t method_index, in HInvokeStaticOrDirect() argument
4651 method_index, in HInvokeStaticOrDirect()

12