HomeSort by relevance Sort by last modified time
    Searched defs:dex_method_idx (Results 1 - 6 of 6) sorted by null

  /art/runtime/
method_helper.cc 31 uint32_t dex_method_idx = method->GetDexMethodIndex(); local
32 const DexFile::MethodId& method_id = dex_file->GetMethodId(dex_method_idx);
110 const uint32_t dex_method_idx = method->GetDexMethodIndex(); local
111 const DexFile::MethodId& mid = dexfile->GetMethodId(dex_method_idx);
116 return dex_method_idx;
class_linker.cc 2883 uint32_t dex_method_idx = it.GetMemberIndex(); local
    [all...]
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 381 uint32_t dex_method_idx = (is_range) ? instr->VRegB_3rc() : instr->VRegB_35c(); local
382 called = linker->ResolveMethod(Thread::Current(), dex_method_idx, &caller, invoke_type);
  /art/runtime/mirror/
art_method-inl.h 418 uint32_t dex_method_idx = method->GetDexMethodIndex(); local
419 if (UNLIKELY(dex_method_idx == DexFile::kDexNoIndex)) {
423 return dex_file->GetMethodDeclaringClassDescriptor(dex_file->GetMethodId(dex_method_idx));
434 uint32_t dex_method_idx = method->GetDexMethodIndex(); local
435 if (dex_method_idx != DexFile::kDexNoIndex) {
437 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx));
444 uint32_t dex_method_idx = method->GetDexMethodIndex(); local
445 if (LIKELY(dex_method_idx != DexFile::kDexNoIndex)) {
447 return dex_file->GetMethodName(dex_file->GetMethodId(dex_method_idx));
  /art/compiler/driver/
compiler_driver.cc 1230 uint32_t dex_method_idx = mh.FindDexMethodIndexInOtherDexFile( local
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 716 uint32_t dex_method_idx; local
773 dex_method_idx = (is_range) ? instr->VRegB_3rc() : instr->VRegB_35c();
1915 uint32_t dex_method_idx; local
    [all...]

Completed in 1654 milliseconds