Searched defs:GetDexMethodIndex (Results 1 - 2 of 2) sorted by relevance

/art/compiler/driver/
H A Ddex_compilation_unit.h63 uint32_t GetDexMethodIndex() const { function in class:art::DexCompilationUnit
/art/runtime/mirror/
H A Dart_method-inl.h76 inline uint32_t ArtMethod::GetDexMethodIndex() { function in class:art::mirror::ArtMethod
308 return GetDexMethodIndex() == DexFile::kDexNoIndex;
418 uint32_t dex_method_idx = method->GetDexMethodIndex();
429 return dex_file->GetMethodShorty(dex_file->GetMethodId(method->GetDexMethodIndex()), out_length);
434 uint32_t dex_method_idx = method->GetDexMethodIndex();
444 uint32_t dex_method_idx = method->GetDexMethodIndex();
486 return dex_file->GetMethodPrototype(dex_file->GetMethodId(method->GetDexMethodIndex()));
493 dex_file->GetMethodId(method->GetDexMethodIndex()));
513 const DexFile::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex());
542 mirror::ArtMethod* interface_method = GetDexCacheResolvedMethods()->Get(GetDexMethodIndex());
[all...]

Completed in 213 milliseconds