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

  /art/runtime/
art_method-inl.h 279 uint32_t dex_method_idx = GetDexMethodIndex(); local
280 if (UNLIKELY(dex_method_idx == DexFile::kDexNoIndex)) {
285 return dex_file->GetMethodDeclaringClassDescriptor(dex_file->GetMethodId(dex_method_idx));
295 uint32_t dex_method_idx = GetDexMethodIndex(); local
296 if (dex_method_idx != DexFile::kDexNoIndex) {
299 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx));
305 uint32_t dex_method_idx = GetDexMethodIndex(); local
306 if (LIKELY(dex_method_idx != DexFile::kDexNoIndex)) {
309 return dex_file->GetMethodName(dex_file->GetMethodId(dex_method_idx));
art_method.cc 62 uint32_t dex_method_idx = GetDexMethodIndex(); local
63 const DexFile::MethodId& method_id = dex_file->GetMethodId(dex_method_idx);
165 const uint32_t dex_method_idx = GetDexMethodIndex(); local
166 const DexFile::MethodId& mid = dexfile->GetMethodId(dex_method_idx);
171 return dex_method_idx;
class_linker.cc 3139 uint32_t dex_method_idx = it.GetMemberIndex(); local
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 2156 uint32_t dex_method_idx; local
    [all...]
  /art/compiler/driver/
compiler_driver.cc 1713 uint32_t dex_method_idx = method->FindDexMethodIndexInOtherDexFile( local
    [all...]

Completed in 6770 milliseconds