/art/runtime/ |
D | method_helper-inl.h | 31 const DexFile::MethodId& mid = dex_file->GetMethodId(GetMethod()->GetDexMethodIndex()); in HasSameNameAndSignature() 34 dex_file->GetMethodId(other->GetMethod()->GetDexMethodIndex()); in HasSameNameAndSignature() 39 other_dex_file->GetMethodId(other->GetMethod()->GetDexMethodIndex()); in HasSameNameAndSignature() 59 const DexFile::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex()); in GetReturnType()
|
D | method_helper.cc | 31 uint32_t dex_method_idx = method->GetDexMethodIndex(); in GetNameAsString() 70 return method->GetDexMethodIndex(); in FindDexMethodIndexInOtherDexFile() 72 const DexFile::MethodId& mid = dexfile->GetMethodId(method->GetDexMethodIndex()); in FindDexMethodIndexInOtherDexFile() 110 const uint32_t dex_method_idx = method->GetDexMethodIndex(); in FindDexMethodIndexInOtherDexFile()
|
D | quick_exception_handler.cc | 212 &m->GetClassDef(), code_item, m->GetDexMethodIndex(), m, in HandleDeoptimization()
|
D | class_linker.cc | 2409 if (method->GetDexMethodIndex() == in FindOatMethodFor() 2410 declaring_class->GetVirtualMethod(i)->GetDexMethodIndex()) { in FindOatMethodFor() 2421 method->GetDexMethodIndex())); in FindOatMethodFor() 3962 uint32_t method_idx = proxy_method->GetDexMethodIndex(); in FindMethodForProxy() 3979 proxy_class->GetDexCache()->SetResolvedMethod(proxy_constructor->GetDexMethodIndex(), in CreateProxyConstructor() 4008 prototype->GetDeclaringClass()->GetDexCache()->SetResolvedMethod(prototype->GetDexMethodIndex(), in CreateProxyMethod() 4045 CHECK_EQ(prototype->GetDexMethodIndex(), method->GetDexMethodIndex()); in CheckProxyMethod() 4808 dex_file_(method->GetDexFile()), mid_(&dex_file_->GetMethodId(method->GetDexMethodIndex())), in SHARED_LOCKS_REQUIRED() 4824 const DexFile::MethodId& other_mid = other_dex_file->GetMethodId(other->GetDexMethodIndex()); in HasSameNameAndSignature() 5186 uint32_t imt_index = interface_method->GetDexMethodIndex() % mirror::Class::kImtSize; in LinkInterfaceMethods() [all …]
|
D | common_throws.cc | 362 ThrowNullPointerExceptionForMethodAccessImpl(throw_location, method->GetDexMethodIndex(), in ThrowNullPointerExceptionForMethodAccess()
|
D | profiler.cc | 529 uint32_t method_idx = method->GetDexMethodIndex(); in PutStack()
|
D | debugger.cc | 1692 m->GetDexFile()->DecodeDebugInfo(code_item, m->IsStatic(), m->GetDexMethodIndex(), in OutputLineTable() 1751 code_item, m->IsStatic(), m->GetDexMethodIndex(), NULL, DebugCallbackContext::Callback, in OutputVariableTable() 3159 &m->GetClassDef(), code_item, m->GetDexMethodIndex(), m, in IsMethodPossiblyInlined() 3513 m->GetDexFile()->DecodeDebugInfo(code_item, m->IsStatic(), m->GetDexMethodIndex(), in ConfigureStep()
|
/art/runtime/mirror/ |
D | art_method-inl.h | 76 inline uint32_t ArtMethod::GetDexMethodIndex() { in GetDexMethodIndex() function 308 return GetDexMethodIndex() == DexFile::kDexNoIndex; in IsRuntimeMethod() 418 uint32_t dex_method_idx = method->GetDexMethodIndex(); in GetDeclaringClassDescriptor() 429 return dex_file->GetMethodShorty(dex_file->GetMethodId(method->GetDexMethodIndex()), out_length); in GetShorty() 434 uint32_t dex_method_idx = method->GetDexMethodIndex(); in GetSignature() 444 uint32_t dex_method_idx = method->GetDexMethodIndex(); in GetName() 486 return dex_file->GetMethodPrototype(dex_file->GetMethodId(method->GetDexMethodIndex())); in GetPrototype() 493 dex_file->GetMethodId(method->GetDexMethodIndex())); in GetParameterTypeList() 513 const DexFile::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex()); in GetReturnTypeDescriptor() 542 mirror::ArtMethod* interface_method = GetDexCacheResolvedMethods()->Get(GetDexMethodIndex()); in GetInterfaceMethodIfProxy()
|
D | art_method.cc | 119 result = GetDexCacheResolvedMethods()->Get(GetDexMethodIndex()); in FindOverriddenMethod()
|
D | class.cc | 439 if (method->GetDexMethodIndex() == dex_method_idx) { in FindDeclaredDirectMethod() 501 if (method->GetDexMethodIndex() == dex_method_idx && in FindDeclaredVirtualMethod()
|
D | art_method.h | 197 ALWAYS_INLINE uint32_t GetDexMethodIndex() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 171 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true); in CompileReturnVoid() 191 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true); in CompileCheckCast() 221 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true); in CompileInstanceFieldAccess() 258 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true); in CompileInvokeVirtual()
|
D | verified_method.cc | 259 concrete_method->GetDexMethodIndex()); in GenerateDevirtMap()
|
/art/compiler/jni/portable/ |
D | jni_compiler.cc | 68 dex_file->GetMethodId(dex_compilation_unit_->GetDexMethodIndex()); in Compile() 72 uint32_t method_idx = dex_compilation_unit_->GetDexMethodIndex(); in Compile() 138 GetFunctionType(dex_compilation_unit_->GetDexMethodIndex(), in Compile() 266 GetFunctionType(dex_compilation_unit_->GetDexMethodIndex(), is_static, false); in CreateFunction()
|
/art/compiler/driver/ |
D | compiler_driver-inl.h | 49 mUnit->GetDexFile()->GetMethodId(mUnit->GetDexMethodIndex()); in ResolveCompilingMethodsClass() 195 *declaring_method_idx = resolved_method->GetDexMethodIndex(); in GetResolvedMethodDexFileLocation() 203 return resolved_method->GetDexMethodIndex(); in GetResolvedMethodVTableIndex()
|
D | dex_compilation_unit.h | 63 uint32_t GetDexMethodIndex() const { in GetDexMethodIndex() function
|
D | compiler_driver.cc | 555 uint32_t method_idx = method->GetDexMethodIndex(); in CompileOne() 1224 target_method->dex_method_index = method->GetDexMethodIndex(); in GetCodeAndMethodForDirectCall() 1236 target_method->dex_method_index = method->GetDexMethodIndex(); in GetCodeAndMethodForDirectCall() 1261 target_method->dex_method_index = method->GetDexMethodIndex(); in GetCodeAndMethodForDirectCall() 1268 target_method->dex_method_index = method->GetDexMethodIndex(); in GetCodeAndMethodForDirectCall()
|
/art/compiler/llvm/ |
D | compiler_llvm.cc | 150 dex_compilation_unit->GetDexMethodIndex(), in CompileDexMethod()
|
D | gbc_expander.cc | 1733 if (!driver_->CanAccessTypeWithoutChecks(dex_compilation_unit_->GetDexMethodIndex(), in EmitLoadConstantClass() 2283 if (driver_->CanAccessInstantiableTypeWithoutChecks(dex_compilation_unit_->GetDexMethodIndex(), in Expand_NewInstance() 2450 driver_->CanAccessTypeWithoutChecks(dex_compilation_unit_->GetDexMethodIndex(), in EmitAllocNewArray()
|
/art/compiler/ |
D | oat_test.cc | 44 method->GetDexMethodIndex())); in CheckMethod()
|
D | common_compiler_test.cc | 162 method->GetDexMethodIndex())); in MakeExecutable()
|
/art/compiler/optimizing/ |
D | graph_visualizer.cc | 251 std::string pretty_name = PrettyMethod(cu.GetDexMethodIndex(), *cu.GetDexFile()); in HGraphVisualizer()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 777 dex_method_idx = called->GetDexMethodIndex(); in artQuickResolutionTrampoline() 817 caller->SetDexCacheResolvedMethod(called->GetDexMethodIndex(), called); in artQuickResolutionTrampoline() 831 const auto called_dex_method_idx = called->GetDexMethodIndex(); in artQuickResolutionTrampoline() 1890 if (LIKELY(interface_method->GetDexMethodIndex() != DexFile::kDexNoIndex)) { in artInvokeInterfaceTrampoline()
|
/art/runtime/arch/ |
D | stub_test.cc | 1716 inf_contains->GetDexMethodIndex() % mirror::Class::kImtSize); in TEST_F() 1742 static_cast<size_t>(inf_contains.Get()->GetDexMethodIndex())); in TEST_F() 1759 … static_cast<size_t>(inf_contains.Get()->GetDexMethodIndex())); in TEST_F()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 430 uint32_t imt_index = resolved_method->GetDexMethodIndex() % mirror::Class::kImtSize; in FindMethodFromCode()
|