/art/runtime/entrypoints/portable/ |
D | portable_invoke_entrypoints.cc | 24 static mirror::ArtMethod* FindMethodHelper(uint32_t method_idx, in FindMethodHelper() 56 …C" mirror::Object* art_portable_find_static_method_from_code_with_access_check(uint32_t method_idx, in art_portable_find_static_method_from_code_with_access_check() 64 …C" mirror::Object* art_portable_find_direct_method_from_code_with_access_check(uint32_t method_idx, in art_portable_find_direct_method_from_code_with_access_check() 72 …" mirror::Object* art_portable_find_virtual_method_from_code_with_access_check(uint32_t method_idx, in art_portable_find_virtual_method_from_code_with_access_check() 80 …"C" mirror::Object* art_portable_find_super_method_from_code_with_access_check(uint32_t method_idx, in art_portable_find_super_method_from_code_with_access_check() 88 …mirror::Object* art_portable_find_interface_method_from_code_with_access_check(uint32_t method_idx, in art_portable_find_interface_method_from_code_with_access_check() 96 extern "C" mirror::Object* art_portable_find_interface_method_from_code(uint32_t method_idx, in art_portable_find_interface_method_from_code()
|
D | portable_throw_entrypoints.cc | 33 extern "C" void art_portable_throw_no_such_method_from_code(int32_t method_idx) in art_portable_throw_no_such_method_from_code()
|
/art/runtime/entrypoints/quick/ |
D | quick_invoke_entrypoints.cc | 146 static uint64_t artInvokeCommon(uint32_t method_idx, mirror::Object* this_object, in artInvokeCommon() 180 extern "C" uint64_t artInvokeInterfaceTrampolineWithAccessCheck(uint32_t method_idx, in artInvokeInterfaceTrampolineWithAccessCheck() 190 extern "C" uint64_t artInvokeDirectTrampolineWithAccessCheck(uint32_t method_idx, in artInvokeDirectTrampolineWithAccessCheck() 199 extern "C" uint64_t artInvokeStaticTrampolineWithAccessCheck(uint32_t method_idx, in artInvokeStaticTrampolineWithAccessCheck() 208 extern "C" uint64_t artInvokeSuperTrampolineWithAccessCheck(uint32_t method_idx, in artInvokeSuperTrampolineWithAccessCheck() 217 extern "C" uint64_t artInvokeVirtualTrampolineWithAccessCheck(uint32_t method_idx, in artInvokeVirtualTrampolineWithAccessCheck()
|
D | quick_throw_entrypoints.cc | 90 extern "C" void artThrowNoSuchMethodFromCode(int32_t method_idx, Thread* self, in artThrowNoSuchMethodFromCode()
|
/art/compiler/sea_ir/ |
D | frontend.cc | 44 uint16_t class_def_idx, uint32_t method_idx, in CompileMethodWithSeaIr() 73 uint32_t method_idx, in SeaIrCompileOneMethod() 89 uint16_t class_def_idx, uint32_t method_idx, jobject class_loader, in SeaIrCompileMethod()
|
/art/runtime/mirror/ |
D | dex_cache-inl.h | 25 inline ArtMethod* DexCache::GetResolvedMethod(uint32_t method_idx) const in GetResolvedMethod()
|
D | dex_cache.h | 116 void SetResolvedMethod(uint32_t method_idx, ArtMethod* resolved) in SetResolvedMethod()
|
/art/compiler/dex/ |
D | frontend.cc | 113 uint16_t class_def_idx, uint32_t method_idx, in CompileMethod() 277 uint32_t method_idx, in CompileOneMethod() 295 uint16_t class_def_idx, uint32_t method_idx, jobject class_loader, in ArtQuickCompileMethod()
|
D | dex_to_dex_compiler.cc | 242 uint32_t method_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in CompileInvokeVirtual() local 280 uint16_t class_def_idx, uint32_t method_idx, jobject class_loader, in ArtCompileDEX()
|
D | compiler_ir.h | 81 uint32_t method_idx; // compiling method's index into method_ids of DexFile. member
|
/art/compiler/jni/portable/ |
D | jni_compiler.cc | 72 uint32_t method_idx = dex_compilation_unit_->GetDexMethodIndex(); in Compile() local 280 ::llvm::FunctionType* JniCompiler::GetFunctionType(uint32_t method_idx, in GetFunctionType()
|
/art/runtime/ |
D | dex_method_iterator_test.cc | 37 uint32_t method_idx = it.GetMemberIndex(); in TEST_F() local
|
D | dex_instruction.cc | 557 uint32_t method_idx = VRegB_35c(); in DumpString() local 570 uint32_t method_idx = VRegB_35c(); in DumpString() local 595 uint32_t method_idx = VRegB_3rc(); in DumpString() local 602 uint32_t method_idx = VRegB_3rc(); in DumpString() local
|
D | common_throws.cc | 276 void ThrowNoSuchMethodError(uint32_t method_idx) { in ThrowNoSuchMethodError() 298 uint32_t method_idx, in ThrowNullPointerExceptionForMethodAccessImpl() 309 uint32_t method_idx, in ThrowNullPointerExceptionForMethodAccess()
|
D | class_linker-inl.h | 66 inline mirror::ArtMethod* ClassLinker::ResolveMethod(uint32_t method_idx, in ResolveMethod()
|
/art/compiler/driver/ |
D | dex_compilation_unit.cc | 43 uint32_t method_idx, in DexCompilationUnit()
|
/art/compiler/llvm/ |
D | compiler_llvm.cc | 206 uint32_t method_idx, in ArtCompileMethod() 221 uint32_t access_flags, uint32_t method_idx, in ArtLLVMJniCompileMethod()
|
/art/compiler/ |
D | elf_writer_mclinker.cc | 243 uint32_t method_idx = it.GetMemberIndex(); in AddMethodInputs() local 354 uint32_t method_idx = it.GetMemberIndex(); in FixupOatMethodOffsets() local
|
D | oat_writer.cc | 279 uint32_t method_idx, const DexFile* dex_file) { in InitOatCodeMethod() 613 void OatWriter::ReportWriteFailure(const char* what, uint32_t method_idx, in ReportWriteFailure() 666 uint32_t method_idx, const DexFile& dex_file) { in WriteCodeMethod()
|
/art/compiler/dex/quick/ |
D | gen_invoke.cc | 438 uint32_t method_idx, uintptr_t unused, uintptr_t unused2, in NextVCallInsn() 554 uint32_t method_idx) { in NextInvokeInsnSP() 576 uint32_t method_idx, in NextStaticCallInsnSP() 585 uint32_t method_idx, uintptr_t unused, in NextDirectCallInsnSP() 593 uint32_t method_idx, uintptr_t unused, in NextSuperCallInsnSP() 601 uint32_t method_idx, uintptr_t unused, in NextVCallInsnSP()
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 56 uint32_t access_flags, uint32_t method_idx, in ArtJniCompileMethodInternal() 487 uint32_t access_flags, uint32_t method_idx, in ArtQuickJniCompileMethod()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 135 uint32_t method_idx = it.GetMemberIndex(); in VerifyClass() local 177 uint32_t method_idx = it.GetMemberIndex(); in VerifyClass() local 224 MethodVerifier::FailureKind MethodVerifier::VerifyMethod(uint32_t method_idx, in VerifyMethod() 2136 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction() local 2160 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction() local 2228 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction() local 2285 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction() local 2992 const uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in VerifyInvocationArgs() local
|
/art/compiler/sea_ir/ir/ |
D | sea.cc | 195 uint32_t method_idx, uint32_t method_access_flags) { in BuildMethodSeaGraph() 413 uint32_t method_idx, uint32_t method_access_flags, const art::DexFile& dex_file) { in CompileMethod()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.h | 189 static inline mirror::ArtMethod* FindMethodFast(uint32_t method_idx, in FindMethodFast()
|
D | entrypoint_utils.cc | 162 mirror::ArtMethod* FindMethodFromCode(uint32_t method_idx, mirror::Object* this_object, in FindMethodFromCode()
|