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

1 2

  /art/runtime/
method_helper-inl.h 31 const DexFile::MethodId& mid = dex_file->GetMethodId(GetMethod()->GetDexMethodIndex());
34 dex_file->GetMethodId(other->GetMethod()->GetDexMethodIndex());
39 other_dex_file->GetMethodId(other->GetMethod()->GetDexMethodIndex());
59 const DexFile::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex());
method_helper.cc 31 uint32_t dex_method_idx = method->GetDexMethodIndex();
70 return method->GetDexMethodIndex();
72 const DexFile::MethodId& mid = dexfile->GetMethodId(method->GetDexMethodIndex());
110 const uint32_t dex_method_idx = method->GetDexMethodIndex();
quick_exception_handler.cc 212 &m->GetClassDef(), code_item, m->GetDexMethodIndex(), m,
class_linker.cc     [all...]
common_throws.cc 362 ThrowNullPointerExceptionForMethodAccessImpl(throw_location, method->GetDexMethodIndex(),
profiler.cc 529 uint32_t method_idx = method->GetDexMethodIndex();
debugger.cc     [all...]
dex_file.cc 723 DecodeDebugInfo(code_item, method->IsStatic(), method->GetDexMethodIndex(), LineNumForPcCb,
    [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 171 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
191 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
221 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
258 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
verified_method.cc 259 concrete_method->GetDexMethodIndex());
  /art/compiler/driver/
dex_compilation_unit.h 63 uint32_t GetDexMethodIndex() const {
compiler_driver-inl.h 49 mUnit->GetDexFile()->GetMethodId(mUnit->GetDexMethodIndex());
195 *declaring_method_idx = resolved_method->GetDexMethodIndex();
203 return resolved_method->GetDexMethodIndex();
compiler_driver.cc 555 uint32_t method_idx = method->GetDexMethodIndex();
    [all...]
  /art/runtime/mirror/
art_method-inl.h 76 inline uint32_t ArtMethod::GetDexMethodIndex() {
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...]
art_method.cc 119 result = GetDexCacheResolvedMethods()->Get(GetDexMethodIndex());
class.cc 439 if (method->GetDexMethodIndex() == dex_method_idx) {
501 if (method->GetDexMethodIndex() == dex_method_idx &&
art_method.h 197 ALWAYS_INLINE uint32_t GetDexMethodIndex() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /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/compiler/llvm/
compiler_llvm.cc 150 dex_compilation_unit->GetDexMethodIndex(),
  /art/compiler/
oat_test.cc 44 method->GetDexMethodIndex()));
common_compiler_test.cc 162 method->GetDexMethodIndex()));
  /art/compiler/optimizing/
graph_visualizer.cc 251 std::string pretty_name = PrettyMethod(cu.GetDexMethodIndex(), *cu.GetDexFile());
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/arch/
stub_test.cc     [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 430 uint32_t imt_index = resolved_method->GetDexMethodIndex() % mirror::Class::kImtSize;

Completed in 139 milliseconds

1 2