Home
last modified time | relevance | path

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

12

/aosp_15_r20/art/runtime/entrypoints/
H A 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
/aosp_15_r20/art/libprofile/profile/
H A 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()
H A Dprofile_boot_info.cc29 void ProfileBootInfo::Add(const DexFile* dex_file, uint32_t method_index) { in Add()
H A Dprofile_test_helper.h171 for (size_t method_index = 0; method_index != num_method_ids; ++method_index) { variable
H A 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
/aosp_15_r20/art/runtime/dex/
H A 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()
/aosp_15_r20/art/profman/
H A 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
/aosp_15_r20/art/runtime/interpreter/mterp/
H A Dnterp.cc252 extern "C" const char* NterpGetShortyFromMethodId(ArtMethod* caller, uint32_t method_index) in NterpGetShortyFromMethodId()
329 uint16_t method_index = in NterpGetMethod() local
/aosp_15_r20/art/dex2oat/linker/
H A Dindex_bss_mapping_encoder.h64 void Reset(uint32_t method_index, uint32_t bss_offset) { in Reset()
H A Doat_writer_test.cc470 size_t method_index = 0; in TEST_F() local
/aosp_15_r20/art/tools/veridex/
H A Dhidden_api.cc82 std::string HiddenApi::GetApiMethodName(const DexFile& dex_file, uint32_t method_index) { in GetApiMethodName()
H A Dresolver.cc258 VeriMethod VeridexResolver::GetMethod(uint32_t method_index) { in GetMethod()
H A Dflow_analysis.cc150 RegisterValue VeriFlowAnalysis::GetReturnType(uint32_t method_index) { in GetReturnType()
/aosp_15_r20/art/runtime/verifier/
H A Dclass_verifier.cc54 static void UpdateMethodFlags(uint32_t method_index, in UpdateMethodFlags()
/aosp_15_r20/art/test/911-get-stack-trace/
H A Dstack_trace.cc61 auto callback = [&](jint method_index) -> jobjectArray { in TranslateJvmtiFrameInfoArray()
/aosp_15_r20/external/executorch/examples/qualcomm/
H A Dutils.py139 def execute(self, custom_runner_cmd=None, method_index=0): argument
/aosp_15_r20/art/runtime/
H A Dcha.cc355 uint16_t method_index = method_in_super->GetMethodIndex(); in CheckVirtualMethodSingleImplementationInfo() local
H A Dtrace.cc1370 std::string TraceWriter::GetMethodLine(const std::string& method_line, uint32_t method_index) { in GetMethodLine()
1905 uint32_t method_index, in EncodeEventEntry()
H A Dart_method.cc267 uint16_t method_index = GetMethodIndex(); in FindOverriddenMethod() local
/aosp_15_r20/art/compiler/optimizing/
H A Dinliner.cc1223 size_t method_index = invoke_instruction->IsInvokeVirtual() in TryInlinePolymorphicCallToSameTarget() local
2185 uint32_t method_index = resolved_method->GetDexMethodIndex(); in TryBuildAndInlineHelper() local
/aosp_15_r20/art/compiler/dex/
H A Dinline_method_analyser.cc161 uint32_t method_index = invoke_direct->Opcode() == Instruction::INVOKE_DIRECT in GetTargetConstructor() local
/aosp_15_r20/external/libwebsockets/lib/roles/h2/
H A Dhttp2.c1411 static unsigned char method_index[] = { variable
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file_verifier.cc3638 bool DexFileVerifier::CheckMethodAccessFlags(uint32_t method_index, in CheckMethodAccessFlags()
3834 uint32_t method_index, in CheckConstructorProperties()
H A Ddex_file_verifier_test.cc240 uint32_t method_index = method.GetIndex(); in FindMethodData() local
/aosp_15_r20/tools/dexter/slicer/
H A Dreader.cc812 auto method_index = dex::ReadULeb128(pptr); in ParseEncodedMethod() local

12