Home
last modified time | relevance | path

Searched refs:GetDexMethodIndex (Results 1 – 25 of 27) sorted by relevance

12

/art/runtime/
Dmethod_helper-inl.h31 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()
Dmethod_helper.cc31 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()
Dquick_exception_handler.cc212 &m->GetClassDef(), code_item, m->GetDexMethodIndex(), m, in HandleDeoptimization()
Dclass_linker.cc2409 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 …]
Dcommon_throws.cc362 ThrowNullPointerExceptionForMethodAccessImpl(throw_location, method->GetDexMethodIndex(), in ThrowNullPointerExceptionForMethodAccess()
Dprofiler.cc529 uint32_t method_idx = method->GetDexMethodIndex(); in PutStack()
Ddebugger.cc1692 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/
Dart_method-inl.h76 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()
Dart_method.cc119 result = GetDexCacheResolvedMethods()->Get(GetDexMethodIndex()); in FindOverriddenMethod()
Dclass.cc439 if (method->GetDexMethodIndex() == dex_method_idx) { in FindDeclaredDirectMethod()
501 if (method->GetDexMethodIndex() == dex_method_idx && in FindDeclaredVirtualMethod()
Dart_method.h197 ALWAYS_INLINE uint32_t GetDexMethodIndex() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/compiler/dex/
Ddex_to_dex_compiler.cc171 << 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()
Dverified_method.cc259 concrete_method->GetDexMethodIndex()); in GenerateDevirtMap()
/art/compiler/jni/portable/
Djni_compiler.cc68 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/
Dcompiler_driver-inl.h49 mUnit->GetDexFile()->GetMethodId(mUnit->GetDexMethodIndex()); in ResolveCompilingMethodsClass()
195 *declaring_method_idx = resolved_method->GetDexMethodIndex(); in GetResolvedMethodDexFileLocation()
203 return resolved_method->GetDexMethodIndex(); in GetResolvedMethodVTableIndex()
Ddex_compilation_unit.h63 uint32_t GetDexMethodIndex() const { in GetDexMethodIndex() function
Dcompiler_driver.cc555 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/
Dcompiler_llvm.cc150 dex_compilation_unit->GetDexMethodIndex(), in CompileDexMethod()
Dgbc_expander.cc1733 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/
Doat_test.cc44 method->GetDexMethodIndex())); in CheckMethod()
Dcommon_compiler_test.cc162 method->GetDexMethodIndex())); in MakeExecutable()
/art/compiler/optimizing/
Dgraph_visualizer.cc251 std::string pretty_name = PrettyMethod(cu.GetDexMethodIndex(), *cu.GetDexFile()); in HGraphVisualizer()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc777 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/
Dstub_test.cc1716 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/
Dentrypoint_utils-inl.h430 uint32_t imt_index = resolved_method->GetDexMethodIndex() % mirror::Class::kImtSize; in FindMethodFromCode()

12