Home
last modified time | relevance | path

Searched defs:method_idx (Results 1 – 25 of 44) sorted by relevance

12

/art/runtime/entrypoints/portable/
Dportable_invoke_entrypoints.cc25 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()
Dportable_throw_entrypoints.cc33 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/
Dfrontend.cc44 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/
Dcompilers.cc56 uint32_t method_idx, in Compile()
81 uint32_t method_idx, in JniCompile()
146 uint32_t method_idx, in Compile()
Dcompiler.cc44 uint32_t method_idx, in TryCompileWithSeaIR()
103 uint32_t method_idx, in Compile()
128 uint32_t method_idx, in JniCompile()
Delf_writer_mclinker.cc247 uint32_t method_idx = it.GetMemberIndex(); in AddMethodInputs() local
357 uint32_t method_idx = it.GetMemberIndex(); in FixupOatMethodOffsets() local
/art/compiler/dex/
Dfrontend.cc555 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()
Dmir_method_info.h66 MirMethodInfo(uint16_t method_idx, uint16_t flags) in MirMethodInfo()
101 MirMethodLoweringInfo(uint16_t method_idx, InvokeType type) in MirMethodLoweringInfo()
Ddex_to_dex_compiler.cc236 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/
Djni_compiler.cc72 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/
Ddex_file_method_inliner.cc516 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/
Ddex_instruction.cc322 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
Ddex_method_iterator_test.cc40 uint32_t method_idx = it.GetMemberIndex(); in TEST_F() local
Dclass_linker-inl.h107 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()
Dcommon_throws.cc316 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/
Ddex_cache-inl.h34 inline ArtMethod* DexCache::GetResolvedMethod(uint32_t method_idx) in GetResolvedMethod()
Ddex_cache.h110 void SetResolvedMethod(uint32_t method_idx, ArtMethod* resolved) ALWAYS_INLINE in SetResolvedMethod()
Dclass-inl.h280 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/
Ddex_compilation_unit.cc44 uint32_t method_idx, in DexCompilationUnit()
/art/compiler/llvm/
Dcompiler_llvm.cc208 uint32_t method_idx, in ArtCompileMethod()
223 uint32_t access_flags, uint32_t method_idx, in ArtLLVMJniCompileMethod()
/art/runtime/verifier/
Dmethod_verifier.cc164 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/
Dquick_throw_entrypoints.cc94 extern "C" void artThrowNoSuchMethodFromCode(int32_t method_idx, Thread* self, in artThrowNoSuchMethodFromCode()
/art/compiler/optimizing/
Doptimizing_compiler.cc78 uint32_t method_idx, in TryCompile()
Dbuilder.cc323 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/
Ddalvik_system_VMRuntime.cc301 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

12