Home
last modified time | relevance | path

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

12

/art/dex2oat/linker/
Dindex_bss_mapping_encoder.h64 void Reset(uint32_t method_index, uint32_t bss_offset) { in Reset()
Doat_writer_test.cc486 size_t method_index = 0; in TEST_F() local
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h59 const uint32_t method_index = method_info.GetMethodIndex(); in GetResolvedMethodErrorString() local
121 uint32_t method_index = code_info.GetMethodIndexOf(inline_info); in GetResolvedMethod() local
137 uint32_t method_index = method_info.GetMethodIndex(); in GetResolvedMethod() local
576 uint16_t method_index = tls_value >> 16; in FindMethodToCall() local
/art/libprofile/profile/
Dprofile_boot_info.cc29 void ProfileBootInfo::Add(const DexFile* dex_file, uint32_t method_index) { in Add()
Dprofile_test_helper.h167 for (size_t method_index = 0; method_index != num_method_ids; ++method_index) { variable
Dprofile_compilation_info.h402 void AddMethod(ProfileIndexType profile_index, uint32_t method_index, MethodHotness::Flag flags) { in AddMethod()
503 bool IsStartupMethod(ProfileIndexType profile_index, uint32_t method_index) const { in IsStartupMethod()
508 bool IsPostStartupMethod(ProfileIndexType profile_index, uint32_t method_index) const { in IsPostStartupMethod()
513 bool IsHotMethod(ProfileIndexType profile_index, uint32_t method_index) const { in IsHotMethod()
518 bool IsMethodInProfile(ProfileIndexType profile_index, uint32_t method_index) const { in IsMethodInProfile()
Dprofile_compilation_info.cc2317 for (uint32_t method_index : create_shuffled_range(methods_required_in_profile, in GenerateTestProfile() local
2339 ProfileCompilationInfo::DexFileData::FindOrAddHotMethod(uint16_t method_index) { in FindOrAddHotMethod()
2707 uint16_t method_index = method_entry.first; in WriteMethods() local
2814 uint16_t method_index = 0; in ReadMethods() local
/art/tools/veridex/
Dhidden_api.cc82 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.cc150 RegisterValue VeriFlowAnalysis::GetReturnType(uint32_t method_index) { in GetReturnType()
/art/runtime/verifier/
Dclass_verifier.cc54 static void UpdateMethodFlags(uint32_t method_index, in UpdateMethodFlags()
/art/runtime/dex/
Ddex_file_annotations.cc291 uint32_t method_index) { in FindAnnotationSetForMethod()
332 uint32_t method_index = method->GetDexMethodIndex(); in FindAnnotationsItemForMethod() local
1301 uint32_t method_index) { in GetNativeMethodAnnotationAccessFlags()
1328 uint32_t method_index) { in MethodIsNeverCompile()
1343 uint32_t method_index) { in MethodIsNeverInline()
1373 uint32_t method_index) in MethodIsReachabilitySensitive()
1386 uint32_t method_index) in MethodIsReachabilitySensitive()
1398 uint32_t method_index) in MethodContainsRSensitiveAccess()
/art/runtime/
Dtrace.cc204 uint32_t method_index = tmid >> TraceActionBits; in DecodeTraceMethod() local
998 std::string Trace::GetMethodLine(ArtMethod* method, uint32_t method_index) { in GetMethodLine()
1131 uint32_t method_index = 0; in FlushStreamingBuffer() local
1232 uint32_t method_index, in EncodeEventEntry()
Dcha.cc356 uint16_t method_index = method_in_super->GetMethodIndex(); in CheckVirtualMethodSingleImplementationInfo() local
Dart_method.cc265 uint16_t method_index = GetMethodIndex(); in FindOverriddenMethod() local
/art/runtime/interpreter/mterp/
Dnterp.cc170 extern "C" const char* NterpGetShortyFromMethodId(ArtMethod* caller, uint32_t method_index) in NterpGetShortyFromMethodId()
247 uint16_t method_index = in NterpGetMethod() local
/art/test/911-get-stack-trace/
Dstack_trace.cc61 auto callback = [&](jint method_index) -> jobjectArray { in TranslateJvmtiFrameInfoArray()
/art/profman/
Dprofman.cc1170 uint16_t method_index, in HasSingleInvoke()
1303 uint32_t method_index) { in ResolveMethod()
1501 const uint32_t method_index = FindMethodIndex(class_ref, method_spec); in ProcessLine() local
1642 const uint32_t method_index = FindMethodIndex(class_ref, method_str); in ProcessBootLine() local
/art/compiler/dex/
Dinline_method_analyser.cc149 uint32_t method_index = invoke_direct->VRegB_35c(); in GetTargetConstructor() local
/art/compiler/optimizing/
Dinliner.cc1149 size_t method_index = invoke_instruction->IsInvokeVirtual() in TryInlinePolymorphicCallToSameTarget() local
2068 uint32_t method_index = resolved_method->GetDexMethodIndex(); in TryBuildAndInlineHelper() local
/art/libdexfile/dex/
Ddex_file_verifier.cc3451 bool DexFileVerifier::CheckMethodAccessFlags(uint32_t method_index, in CheckMethodAccessFlags()
3647 uint32_t method_index, in CheckConstructorProperties()
Ddex_file_verifier_test.cc240 uint32_t method_index = method.GetIndex(); in FindMethodData() local
/art/dexlayout/
Ddex_ir_builder.cc1182 const uint32_t method_index = static_cast<uint32_t>(ReadVarWidth(data, length, false)); in ReadEncodedValue() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1093 uint32_t method_index = code_info.GetMethodIndexOf(inline_info); in DumpB74410240DebugData() local
/art/dex2oat/driver/
Dcompiler_driver.cc631 uint32_t method_index = method.GetIndex(); in ResolveConstStrings() local

12