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.h72 inline uint32_t ArtMethod::GetDexMethodIndex() { function in class:art::mirror::ArtMethod
300 return GetDexMethodIndex() == DexFile::kDexNoIndex;
407 uint32_t dex_method_idx = method->GetDexMethodIndex();
418 return dex_file->GetMethodShorty(dex_file->GetMethodId(method->GetDexMethodIndex()), out_length);
423 uint32_t dex_method_idx = method->GetDexMethodIndex();
433 uint32_t dex_method_idx = method->GetDexMethodIndex();
475 return dex_file->GetMethodPrototype(dex_file->GetMethodId(method->GetDexMethodIndex()));
482 dex_file->GetMethodId(method->GetDexMethodIndex()));
502 const DexFile::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex());
527 mirror::ArtMethod* interface_method = GetDexCacheResolvedMethods()->Get(GetDexMethodIndex());
[all...]

Completed in 350 milliseconds