Home
last modified time | relevance | path

Searched defs:method_index (Results 1 – 22 of 22) sorted by relevance

/art/dex2oat/linker/
Dindex_bss_mapping_encoder.h64 void Reset(uint32_t method_index, uint32_t bss_offset) { in Reset()
Doat_writer_test.cc490 size_t method_index = 0; in TEST_F() local
/art/libprofile/profile/
Dprofile_boot_info.cc29 void ProfileBootInfo::Add(const DexFile* dex_file, uint32_t method_index) { in Add()
Dprofile_compilation_info.cc839 uint16_t method_index = last_method_index + diff_with_last_method_index; in ReadMethods() local
1884 for (uint32_t method_index : create_shuffled_range(methods_required_in_profile, in GenerateTestProfile() local
2008 ProfileCompilationInfo::DexFileData::FindOrAddHotMethod(uint16_t method_index) { in FindOrAddHotMethod()
/art/tools/veridex/
Dhidden_api.cc73 std::string HiddenApi::GetApiMethodName(const DexFile& dex_file, uint32_t method_index) { in GetApiMethodName()
Dresolver.cc258 VeriMethod VeridexResolver::GetMethod(uint32_t method_index) { in GetMethod()
Dflow_analysis.cc132 RegisterValue VeriFlowAnalysis::GetReturnType(uint32_t method_index) { in GetReturnType()
/art/runtime/dex/
Ddex_file_annotations.cc287 uint32_t method_index) { in FindAnnotationSetForMethod()
328 uint32_t method_index = method->GetDexMethodIndex(); in FindAnnotationsItemForMethod() local
1273 uint32_t method_index) { in GetNativeMethodAnnotationAccessFlags()
1315 uint32_t method_index) in MethodIsReachabilitySensitive()
1328 uint32_t method_index) in MethodIsReachabilitySensitive()
1340 uint32_t method_index) in MethodContainsRSensitiveAccess()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h68 uint32_t method_index = code_info.GetMethodIndexOf(inline_info); in GetResolvedMethod() local
83 uint32_t method_index = code_info.GetMethodIndexOf(inline_info); in GetResolvedMethod() local
/art/runtime/interpreter/mterp/
Dnterp.cc130 extern "C" const char* NterpGetShortyFromMethodId(ArtMethod* caller, uint32_t method_index) in NterpGetShortyFromMethodId()
163 uint16_t method_index = 0; in NterpGetMethod() local
/art/compiler/optimizing/
Dinliner.cc508 uint32_t method_index = invoke_instruction->GetDexMethodIndex(); in TryInline() local
1197 size_t method_index = invoke_instruction->IsInvokeVirtual() in TryInlinePolymorphicCallToSameTarget() local
1861 const uint32_t method_index = resolved_method->GetMethodIndex(); in CanInlineBody() local
1997 uint32_t method_index = resolved_method->GetDexMethodIndex(); in TryBuildAndInlineHelper() local
Dnodes.h4636 uint32_t method_index, in HInvokeStaticOrDirect()
/art/test/911-get-stack-trace/
Dstack_trace.cc61 auto callback = [&](jint method_index) -> jobjectArray { in TranslateJvmtiFrameInfoArray()
/art/profman/
Dprofman.cc998 uint16_t method_index, in HasSingleInvoke()
1157 const uint32_t method_index = FindMethodIndex(class_ref, method_spec); in ProcessLine() local
1209 const uint32_t method_index = FindMethodIndex(class_ref, method_str); in ProcessBootLine() local
/art/runtime/
Dcha.cc371 uint16_t method_index = method_in_super->GetMethodIndex(); in CheckVirtualMethodSingleImplementationInfo() local
Dart_method.cc212 uint16_t method_index = GetMethodIndex(); in FindOverriddenMethod() local
Dclass_linker.cc3647 for (size_t method_index = 0; method_index < num_direct_methods; ++method_index) { in FixupStaticTrampolines() local
/art/compiler/dex/
Dinline_method_analyser.cc149 uint32_t method_index = invoke_direct->VRegB_35c(); in GetTargetConstructor() local
/art/libdexfile/dex/
Ddex_file_verifier.cc3457 bool DexFileVerifier::CheckMethodAccessFlags(uint32_t method_index, in CheckMethodAccessFlags()
3653 uint32_t method_index, in CheckConstructorProperties()
Ddex_file_verifier_test.cc247 uint32_t method_index = method.GetIndex(); in FindMethodData() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1194 uint32_t method_index = code_info.GetMethodIndexOf(inline_info); in DumpB74410240DebugData() local
2362 extern "C" ArtMethod* artLookupResolvedMethod(uint32_t method_index, ArtMethod* referrer) in artLookupResolvedMethod()
/art/dexlayout/
Ddex_ir_builder.cc1182 const uint32_t method_index = static_cast<uint32_t>(ReadVarWidth(data, length, false)); in ReadEncodedValue() local