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.cc482 size_t method_index = 0; in TEST_F() local
1014 uint32_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
575 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.h171 for (size_t method_index = 0; method_index != num_method_ids; ++method_index) { variable
Dprofile_compilation_info.h395 void AddMethod(ProfileIndexType profile_index, uint32_t method_index, MethodHotness::Flag flags) { in AddMethod()
497 bool IsStartupMethod(ProfileIndexType profile_index, uint32_t method_index) const { in IsStartupMethod()
502 bool IsPostStartupMethod(ProfileIndexType profile_index, uint32_t method_index) const { in IsPostStartupMethod()
507 bool IsHotMethod(ProfileIndexType profile_index, uint32_t method_index) const { in IsHotMethod()
512 bool IsMethodInProfile(ProfileIndexType profile_index, uint32_t method_index) const { in IsMethodInProfile()
Dprofile_compilation_info.cc2384 for (uint32_t method_index : create_shuffled_range(methods_required_in_profile, in GenerateTestProfile() local
2406 ProfileCompilationInfo::DexFileData::FindOrAddHotMethod(uint16_t method_index) { in FindOrAddHotMethod()
2810 uint16_t method_index = method_entry.first; in WriteMethods() local
2917 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.cc293 uint32_t method_index) { in FindAnnotationSetForMethod()
334 uint32_t method_index = method->GetDexMethodIndex(); in FindAnnotationsItemForMethod() local
1329 uint32_t method_index) { in GetNativeMethodAnnotationAccessFlags()
1355 uint32_t method_index) { in MethodIsNeverCompile()
1371 uint32_t method_index) { in MethodIsNeverInline()
1401 uint32_t method_index) in MethodIsReachabilitySensitive()
1414 uint32_t method_index) in MethodIsReachabilitySensitive()
1426 uint32_t method_index) in MethodContainsRSensitiveAccess()
/art/test/911-get-stack-trace/
Dstack_trace.cc61 auto callback = [&](jint method_index) -> jobjectArray { in TranslateJvmtiFrameInfoArray()
/art/profman/
Dprofman.cc1122 uint16_t method_index, in HasSingleInvoke()
1255 uint32_t method_index) { in ResolveMethod()
1457 const uint32_t method_index = FindMethodIndex(class_ref, method_spec); in ProcessLine() local
1597 const uint32_t method_index = FindMethodIndex(class_ref, method_str); in ProcessBootLine() local
/art/runtime/interpreter/mterp/
Dnterp.cc259 extern "C" const char* NterpGetShortyFromMethodId(ArtMethod* caller, uint32_t method_index) in NterpGetShortyFromMethodId()
336 uint16_t method_index = in NterpGetMethod() local
/art/runtime/
Dcha.cc355 uint16_t method_index = method_in_super->GetMethodIndex(); in CheckVirtualMethodSingleImplementationInfo() local
Dart_method.cc267 uint16_t method_index = GetMethodIndex(); in FindOverriddenMethod() local
Dtrace.cc1243 std::string TraceWriter::GetMethodLine(const std::string& method_line, uint32_t method_index) { in GetMethodLine()
1804 uint32_t method_index, in EncodeEventEntry()
Dclass_linker.cc3810 for (size_t method_index = 0; method_index < num_direct_methods; ++method_index) { in FixupStaticTrampolines() local
3853 const void* GetAndAdvance(uint32_t method_index) { in GetAndAdvance()
3874 void SkipAbstract(uint32_t method_index) { in SkipAbstract()
4042 uint16_t method_index; member
7952 void SetMethodIndex(size_t method_index) { in SetMethodIndex()
/art/compiler/dex/
Dinline_method_analyser.cc161 uint32_t method_index = invoke_direct->Opcode() == Instruction::INVOKE_DIRECT in GetTargetConstructor() local
/art/compiler/optimizing/
Dinliner.cc1227 size_t method_index = invoke_instruction->IsInvokeVirtual() in TryInlinePolymorphicCallToSameTarget() local
2191 uint32_t method_index = resolved_method->GetDexMethodIndex(); in TryBuildAndInlineHelper() local
Dfast_compiler_arm64.cc814 uint16_t method_index = (opcode >= Instruction::INVOKE_VIRTUAL_RANGE) in HandleInvoke() local
/art/libdexfile/dex/
Ddex_file_verifier.cc3703 bool DexFileVerifier::CheckMethodAccessFlags(uint32_t method_index, in CheckMethodAccessFlags()
3899 uint32_t method_index, in CheckConstructorProperties()
Ddex_file_verifier_test.cc240 uint32_t method_index = method.GetIndex(); in FindMethodData() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1178 uint32_t method_index = code_info.GetMethodIndexOf(inline_info); in DumpB74410240DebugData() local

12