/art/runtime/entrypoints/portable/ |
D | portable_invoke_entrypoints.cc | 25 mirror::ArtMethod* FindMethodHelper(uint32_t method_idx, mirror::Object* this_object, in FindMethodHelper() 74 …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() 82 …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() 90 …" 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() 98 …"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() 106 …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() 114 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/compiler/sea_ir/ |
D | frontend.cc | 44 uint16_t class_def_idx, uint32_t method_idx, in CompileMethodWithSeaIr() 70 uint32_t method_idx, in SeaIrCompileOneMethod() 82 uint16_t class_def_idx, uint32_t method_idx, jobject class_loader, in SeaIrCompileMethod()
|
/art/compiler/ |
D | compilers.cc | 56 uint32_t method_idx, in Compile() 81 uint32_t method_idx, in JniCompile() 146 uint32_t method_idx, in Compile()
|
D | compiler.cc | 44 uint32_t method_idx, in TryCompileWithSeaIR() 103 uint32_t method_idx, in Compile() 128 uint32_t method_idx, in JniCompile()
|
D | elf_writer_mclinker.cc | 247 uint32_t method_idx = it.GetMemberIndex(); in AddMethodInputs() local 357 uint32_t method_idx = it.GetMemberIndex(); in FixupOatMethodOffsets() local
|
/art/compiler/dex/ |
D | frontend.cc | 555 static bool CanCompileMethod(uint32_t method_idx, const DexFile& dex_file, in CanCompileMethod() 622 uint16_t class_def_idx, uint32_t method_idx, in CompileMethod() 811 uint32_t method_idx, in CompileOneMethod() 825 uint16_t class_def_idx, uint32_t method_idx, jobject class_loader, in ArtQuickCompileMethod()
|
D | mir_method_info.h | 66 MirMethodInfo(uint16_t method_idx, uint16_t flags) in MirMethodInfo() 101 MirMethodLoweringInfo(uint16_t method_idx, InvokeType type) in MirMethodLoweringInfo()
|
D | dex_to_dex_compiler.cc | 236 uint32_t method_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in CompileInvokeVirtual() local 276 uint16_t class_def_idx, uint32_t method_idx, jobject class_loader, in ArtCompileDEX()
|
/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/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 516 bool DexFileMethodInliner::GenSpecial(Mir2Lir* backend, uint32_t method_idx) { in GenSpecial() 530 uint32_t method_idx) { in GenInline() 687 uint32_t method_idx = FindMethodIndex(dex_file, &cache, def.method_def); in FindIntrinsics() local 696 bool DexFileMethodInliner::AddInlineMethod(int32_t method_idx, const InlineMethod& method) { in AddInlineMethod() 772 uint32_t method_idx) { in GenInlineIGet() 824 uint32_t method_idx) { in GenInlineIPut()
|
/art/runtime/ |
D | dex_instruction.cc | 322 uint32_t method_idx = VRegB_35c(); in DumpString() local 335 uint32_t method_idx = VRegB_35c(); in DumpString() local 360 uint32_t method_idx = VRegB_3rc(); in DumpString() local 367 uint32_t method_idx = VRegB_3rc(); in DumpString() local
|
D | dex_method_iterator_test.cc | 40 uint32_t method_idx = it.GetMemberIndex(); in TEST_F() local
|
D | class_linker-inl.h | 107 inline mirror::ArtMethod* ClassLinker::GetResolvedMethod(uint32_t method_idx, in GetResolvedMethod() 117 inline mirror::ArtMethod* ClassLinker::ResolveMethod(Thread* self, uint32_t method_idx, in ResolveMethod()
|
D | common_throws.cc | 316 void ThrowNoSuchMethodError(uint32_t method_idx) { in ThrowNoSuchMethodError() 338 uint32_t method_idx, in ThrowNullPointerExceptionForMethodAccessImpl() 349 uint32_t method_idx, in ThrowNullPointerExceptionForMethodAccess()
|
/art/runtime/mirror/ |
D | dex_cache-inl.h | 34 inline ArtMethod* DexCache::GetResolvedMethod(uint32_t method_idx) in GetResolvedMethod()
|
D | dex_cache.h | 110 void SetResolvedMethod(uint32_t method_idx, ArtMethod* resolved) ALWAYS_INLINE in SetResolvedMethod()
|
D | class-inl.h | 280 uint32_t method_idx, DexCache* dex_cache) { in ResolvedMethodAccessTest() 322 DexCache* dex_cache, uint32_t method_idx) { in CanAccessResolvedMethod() 328 uint32_t method_idx) { in CheckResolvedMethodAccess()
|
/art/compiler/driver/ |
D | dex_compilation_unit.cc | 44 uint32_t method_idx, in DexCompilationUnit()
|
/art/compiler/llvm/ |
D | compiler_llvm.cc | 208 uint32_t method_idx, in ArtCompileMethod() 223 uint32_t access_flags, uint32_t method_idx, in ArtLLVMJniCompileMethod()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 164 uint32_t method_idx = it.GetMemberIndex(); in VerifyClass() local 208 uint32_t method_idx = it.GetMemberIndex(); in VerifyClass() local 257 MethodVerifier::FailureKind MethodVerifier::VerifyMethod(uint32_t method_idx, in VerifyMethod() 2244 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction() local 2267 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction() local 2350 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction() local 2408 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction() local 3175 const uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in VerifyInvocationArgsFromIterator() local 3190 const uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in VerifyInvocationArgsFromIterator() local 3259 const uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in VerifyInvocationArgsUnresolvedMethod() local [all …]
|
/art/runtime/entrypoints/quick/ |
D | quick_throw_entrypoints.cc | 94 extern "C" void artThrowNoSuchMethodFromCode(int32_t method_idx, Thread* self, in artThrowNoSuchMethodFromCode()
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 78 uint32_t method_idx, in TryCompile()
|
D | builder.cc | 323 uint32_t method_idx, in BuildInvoke() 606 uint32_t method_idx = instruction.VRegB_35c(); in AnalyzeDexInstruction() local 618 uint32_t method_idx = instruction.VRegB_3rc(); in AnalyzeDexInstruction() local
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 301 static void PreloadDexCachesResolveMethod(Handle<mirror::DexCache> dex_cache, uint32_t method_idx, in PreloadDexCachesResolveMethod() 481 uint32_t method_idx = it.GetMemberIndex(); in VMRuntime_preloadDexCaches() local 486 uint32_t method_idx = it.GetMemberIndex(); in VMRuntime_preloadDexCaches() local
|