/art/dex2oat/linker/ |
D | index_bss_mapping_encoder.h | 64 void Reset(uint32_t method_index, uint32_t bss_offset) { in Reset()
|
D | oat_writer_test.cc | 483 size_t method_index = 0; in TEST_F() local
|
/art/libprofile/profile/ |
D | profile_boot_info.cc | 29 void ProfileBootInfo::Add(const DexFile* dex_file, uint32_t method_index) { in Add()
|
D | profile_test_helper.h | 167 for (size_t method_index = 0; method_index != num_method_ids; ++method_index) { variable
|
D | profile_compilation_info.cc | 2217 for (uint32_t method_index : create_shuffled_range(methods_required_in_profile, in GenerateTestProfile() local 2239 ProfileCompilationInfo::DexFileData::FindOrAddHotMethod(uint16_t method_index) { in FindOrAddHotMethod() 2629 uint16_t method_index = method_entry.first; in WriteMethods() local 2735 uint16_t method_index = 0; in ReadMethods() local
|
D | profile_compilation_info.h | 393 void AddMethod(ProfileIndexType profile_index, uint32_t method_index, MethodHotness::Flag flags) { in AddMethod()
|
/art/tools/veridex/ |
D | hidden_api.cc | 73 std::string HiddenApi::GetApiMethodName(const DexFile& dex_file, uint32_t method_index) { in GetApiMethodName()
|
D | resolver.cc | 258 VeriMethod VeridexResolver::GetMethod(uint32_t method_index) { in GetMethod()
|
D | flow_analysis.cc | 150 RegisterValue VeriFlowAnalysis::GetReturnType(uint32_t method_index) { in GetReturnType()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 287 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/ |
D | entrypoint_utils-inl.h | 68 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/ |
D | nterp.cc | 226 extern "C" const char* NterpGetShortyFromMethodId(ArtMethod* caller, uint32_t method_index) in NterpGetShortyFromMethodId() 259 uint16_t method_index = 0; in NterpGetMethod() local
|
/art/test/911-get-stack-trace/ |
D | stack_trace.cc | 61 auto callback = [&](jint method_index) -> jobjectArray { in TranslateJvmtiFrameInfoArray()
|
/art/profman/ |
D | profman.cc | 1164 uint16_t method_index, in HasSingleInvoke() 1282 uint32_t method_index) { in ResolveMethod() 1480 const uint32_t method_index = FindMethodIndex(class_ref, method_spec); in ProcessLine() local 1621 const uint32_t method_index = FindMethodIndex(class_ref, method_str); in ProcessBootLine() local
|
/art/runtime/ |
D | cha.cc | 371 uint16_t method_index = method_in_super->GetMethodIndex(); in CheckVirtualMethodSingleImplementationInfo() local
|
D | art_method.cc | 213 uint16_t method_index = GetMethodIndex(); in FindOverriddenMethod() local
|
D | class_linker.cc | 3460 for (size_t method_index = 0; method_index < num_direct_methods; ++method_index) { in FixupStaticTrampolines() local
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 149 uint32_t method_index = invoke_direct->VRegB_35c(); in GetTargetConstructor() local
|
/art/compiler/optimizing/ |
D | inliner.cc | 1086 size_t method_index = invoke_instruction->IsInvokeVirtual() in TryInlinePolymorphicCallToSameTarget() local 1888 uint32_t method_index = resolved_method->GetDexMethodIndex(); in TryBuildAndInlineHelper() local
|
/art/libdexfile/dex/ |
D | dex_file_verifier.cc | 3456 bool DexFileVerifier::CheckMethodAccessFlags(uint32_t method_index, in CheckMethodAccessFlags() 3652 uint32_t method_index, in CheckConstructorProperties()
|
D | dex_file_verifier_test.cc | 247 uint32_t method_index = method.GetIndex(); in FindMethodData() local
|
/art/dexlayout/ |
D | dex_ir_builder.cc | 1182 const uint32_t method_index = static_cast<uint32_t>(ReadVarWidth(data, length, false)); in ReadEncodedValue() local
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1194 uint32_t method_index = code_info.GetMethodIndexOf(inline_info); in DumpB74410240DebugData() local
|