Home
last modified time | relevance | path

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

12

/art/runtime/
Ddex_instruction.cc350 uint32_t method_idx = VRegB_35c(); in DumpString() local
364 uint32_t method_idx = VRegB_35c(); in DumpString() local
390 uint32_t method_idx = VRegB_3rc(); in DumpString() local
398 uint32_t method_idx = VRegB_3rc(); in DumpString() local
Ddex_method_iterator_test.cc41 uint32_t method_idx = it.GetMemberIndex(); in TEST_F() local
Dclass_linker-inl.h107 inline ArtMethod* ClassLinker::GetResolvedMethod(uint32_t method_idx, ArtMethod* referrer) { in GetResolvedMethod()
116 inline ArtMethod* ClassLinker::ResolveMethod(Thread* self, uint32_t method_idx, in ResolveMethod()
Dcommon_throws.cc317 void ThrowNoSuchMethodError(uint32_t method_idx) { in ThrowNoSuchMethodError()
336 static void ThrowNullPointerExceptionForMethodAccessImpl(uint32_t method_idx, in ThrowNullPointerExceptionForMethodAccessImpl()
346 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx, in ThrowNullPointerExceptionForMethodAccess()
/art/compiler/
Dcompiler.cc42 uint32_t method_idx, in IsPathologicalCase()
/art/compiler/dex/quick/
Dquick_compiler.cc492 bool QuickCompiler::CanCompileMethod(uint32_t method_idx, const DexFile& dex_file, in CanCompileMethod()
616 uint32_t method_idx, in Compile()
790 uint32_t method_idx, in JniCompile()
Ddex_file_method_inliner.cc629 bool DexFileMethodInliner::GenSpecial(Mir2Lir* backend, uint32_t method_idx) { in GenSpecial()
643 uint32_t method_idx) { in GenInline()
815 uint32_t method_idx = FindMethodIndex(dex_file, &cache, def.method_def); in FindIntrinsics() local
824 bool DexFileMethodInliner::AddInlineMethod(int32_t method_idx, const InlineMethod& method) { in AddInlineMethod()
/art/compiler/driver/
Ddex_compilation_unit.cc31 uint32_t method_idx, in DexCompilationUnit()
Dcompiler_driver-inl.h221 ArtMethod* resolved_method, uint16_t method_idx, uint32_t* storage_index) { in IsClassOfStaticMethodAvailableToReferrer()
269 uint32_t method_idx, InvokeType invoke_type, bool check_incompatible_class_change) { in ResolveMethod()
/art/compiler/dex/
Ddex_to_dex_compiler.cc259 uint32_t method_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in CompileInvokeVirtual() local
299 uint16_t class_def_idx, uint32_t method_idx, jobject class_loader, in ArtCompileDEX()
Dmir_method_info.h69 MirMethodInfo(uint16_t method_idx, uint16_t flags) in MirMethodInfo()
104 MirMethodLoweringInfo(uint16_t method_idx, InvokeType type, bool is_quickened) in MirMethodLoweringInfo()
/art/runtime/mirror/
Ddex_cache-inl.h56 inline ArtMethod* DexCache::GetResolvedMethod(uint32_t method_idx, size_t ptr_size) { in GetResolvedMethod()
Dclass-inl.h305 uint32_t method_idx, DexCache* dex_cache) { in ResolvedMethodAccessTest()
347 DexCache* dex_cache, uint32_t method_idx) { in CanAccessResolvedMethod()
353 uint32_t method_idx) { in CheckResolvedMethodAccess()
/art/compiler/utils/
Ddex_cache_arrays_layout-inl.h48 inline size_t DexCacheArraysLayout::MethodOffset(uint32_t method_idx) const { in MethodOffset()
/art/compiler/optimizing/
Doptimizing_compiler.cc194 uint32_t method_idx, in JniCompile()
481 uint32_t method_idx, in TryCompile()
623 uint32_t method_idx, in Compile()
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc87 extern "C" NO_RETURN void artThrowNoSuchMethodFromCode(int32_t method_idx, Thread* self) in artThrowNoSuchMethodFromCode()
Dquick_trampoline_entrypoints.cc1948 static TwoWordReturn artInvokeCommon(uint32_t method_idx, mirror::Object* this_object, in artInvokeCommon()
2007 uint32_t method_idx, mirror::Object* this_object, in artInvokeInterfaceTrampolineWithAccessCheck()
2015 uint32_t method_idx, mirror::Object* this_object, in artInvokeDirectTrampolineWithAccessCheck()
2023 uint32_t method_idx, mirror::Object* this_object, in artInvokeStaticTrampolineWithAccessCheck()
2031 uint32_t method_idx, mirror::Object* this_object, in artInvokeSuperTrampolineWithAccessCheck()
2039 uint32_t method_idx, mirror::Object* this_object, in artInvokeVirtualTrampolineWithAccessCheck()
/art/runtime/verifier/
Dmethod_verifier.cc199 uint32_t method_idx = it.GetMemberIndex(); in VerifyClass() local
244 uint32_t method_idx = it.GetMemberIndex(); in VerifyClass() local
302 MethodVerifier::FailureKind MethodVerifier::VerifyMethod(Thread* self, uint32_t method_idx, in VerifyMethod()
2419 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction() local
2444 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction() local
2525 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction() local
2582 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction() local
3367 const uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in VerifyInvocationArgsFromIterator() local
3382 const uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in VerifyInvocationArgsFromIterator() local
3450 const uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in VerifyInvocationArgsUnresolvedMethod() local
[all …]
/art/compiler/linker/x86/
Drelative_patcher_x86_test.cc31 uint32_t GetMethodOffset(uint32_t method_idx) { in GetMethodOffset()
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64_test.cc33 uint32_t GetMethodOffset(uint32_t method_idx) { in GetMethodOffset()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h370 inline ArtMethod* FindMethodFromCode(uint32_t method_idx, mirror::Object** this_object, in FindMethodFromCode()
546 inline ArtMethod* FindMethodFast(uint32_t method_idx, mirror::Object* this_object, in FindMethodFast()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc350 static void PreloadDexCachesResolveMethod(Handle<mirror::DexCache> dex_cache, uint32_t method_idx, in PreloadDexCachesResolveMethod()
530 uint32_t method_idx = it.GetMemberIndex(); in VMRuntime_preloadDexCaches() local
535 uint32_t method_idx = it.GetMemberIndex(); in VMRuntime_preloadDexCaches() local
/art/compiler/linker/
Drelative_patcher_test.h65 MethodReference MethodRef(uint32_t method_idx) { in MethodRef()
/art/runtime/quick/
Dinline_method_analyser.cc332 uint32_t method_idx = verifier->GetMethodReference().dex_method_index; in ComputeSpecialAccessorInfo() local
/art/compiler/jni/quick/
Djni_compiler.cc62 uint32_t access_flags, uint32_t method_idx, in ArtJniCompileMethodInternal()
601 uint32_t method_idx, const DexFile& dex_file) { in ArtQuickJniCompileMethod()

12