HomeSort by relevance Sort by last modified time
    Searched refs:GetDexMethodIndex (Results 1 - 22 of 22) sorted by null

  /art/compiler/dex/
dex_to_dex_compiler.cc 176 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
184 MethodReference referrer(&GetDexFile(), unit_.GetDexMethodIndex());
197 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
227 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
262 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
  /art/compiler/driver/
dex_compilation_unit.h 61 uint32_t GetDexMethodIndex() const {
compiler_driver.cc 559 uint32_t method_idx = method->GetDexMethodIndex();
    [all...]
  /art/runtime/mirror/
art_method-inl.h 51 inline uint32_t ArtMethod::GetDexMethodIndex() const {
181 return GetDexMethodIndex() == DexFile::kDexNoIndex;
class.cc 390 if (method->GetDexMethodIndex() == dex_method_idx) {
435 if (method->GetDexMethodIndex() == dex_method_idx) {
art_method.cc 121 result = GetDexCacheResolvedMethods()->Get(GetDexMethodIndex());
art_method.h 160 uint32_t GetDexMethodIndex() const;
  /art/compiler/jni/portable/
jni_compiler.cc 68 dex_file->GetMethodId(dex_compilation_unit_->GetDexMethodIndex());
72 uint32_t method_idx = dex_compilation_unit_->GetDexMethodIndex();
138 GetFunctionType(dex_compilation_unit_->GetDexMethodIndex(),
266 GetFunctionType(dex_compilation_unit_->GetDexMethodIndex(), is_static, false);
  /art/runtime/
object_utils.h 419 uint32_t dex_method_idx = method_->GetDexMethodIndex();
440 uint32_t dex_method_idx = method_->GetDexMethodIndex();
449 result = dex_file.GetMethodShorty(dex_file.GetMethodId(method_->GetDexMethodIndex()),
465 uint32_t dex_method_idx = method_->GetDexMethodIndex();
475 return dex_file.GetMethodPrototype(dex_file.GetMethodId(method_->GetDexMethodIndex()));
485 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_->GetDexMethodIndex());
493 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_->GetDexMethodIndex());
510 uint32_t dex_method_idx = method_->GetDexMethodIndex();
574 const DexFile::MethodId& mid = dex_file.GetMethodId(method_->GetDexMethodIndex());
576 dex_file.GetMethodId(other->method_->GetDexMethodIndex());
    [all...]
common_test.h 195 method->GetDexMethodIndex()));
common_throws.cc 322 ThrowNullPointerExceptionForMethodAccessImpl(throw_location, method->GetDexMethodIndex(),
class_linker.cc     [all...]
dex_file.cc 628 DecodeDebugInfo(code_item, method->IsStatic(), method->GetDexMethodIndex(), LineNumForPcCb,
    [all...]
debugger.cc     [all...]
thread.cc     [all...]
  /art/compiler/llvm/
compiler_llvm.cc 147 dex_compilation_unit->GetDexMethodIndex(),
155 dex_compilation_unit->GetDexMethodIndex());
gbc_expander.cc     [all...]
  /art/compiler/
oat_test.cc 37 method->GetDexMethodIndex()));
  /art/runtime/entrypoints/quick/
quick_invoke_entrypoints.cc 35 if (LIKELY(interface_method->GetDexMethodIndex() != DexFile::kDexNoIndex)) {
quick_trampoline_entrypoints.cc 518 dex_method_idx = called->GetDexMethodIndex();
  /art/runtime/verifier/
method_verifier.cc 319 &mh.GetClassDef(), mh.GetCodeItem(), m->GetDexMethodIndex(),
341 &mh.GetClassDef(), mh.GetCodeItem(), m->GetDexMethodIndex(),
369 &mh.GetClassDef(), mh.GetCodeItem(), m->GetDexMethodIndex(),
    [all...]
  /art/compiler/dex/quick/
gen_common.cc     [all...]

Completed in 2758 milliseconds