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

/art/compiler/driver/
H A Ddex_compilation_unit.h63 uint32_t GetDexMethodIndex() const { function in class:art::DexCompilationUnit
/art/runtime/
H A Dart_method-inl.h117 inline uint32_t ArtMethod::GetDexMethodIndex() { function in class:art::ArtMethod
279 uint32_t dex_method_idx = GetDexMethodIndex();
291 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length);
295 uint32_t dex_method_idx = GetDexMethodIndex();
305 uint32_t dex_method_idx = GetDexMethodIndex();
347 return dex_file->GetMethodPrototype(dex_file->GetMethodId(GetDexMethodIndex()));
354 dex_file->GetMethodId(GetDexMethodIndex()));
376 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex());
409 GetDexMethodIndex(),
430 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex());
[all...]
/art/compiler/optimizing/
H A Dnodes.h3708 uint32_t GetDexMethodIndex() const { return dex_method_index_; } function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvoke
4160 uint32_t GetDexMethodIndex() const { return dex_method_index_; } function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::HInvokeInterface

Completed in 136 milliseconds