/art/libdexfile/dex/ |
D | code_item_accessors.h | 150 uint32_t dex_method_index) { in CodeItemDebugInfoAccessor() argument 151 Init(dex_file, code_item, dex_method_index); in CodeItemDebugInfoAccessor() 156 uint32_t dex_method_index); 181 ALWAYS_INLINE void Init(const DexFileCodeItemType& code_item, uint32_t dex_method_index);
|
D | code_item_accessors-inl.h | 173 uint32_t dex_method_index) { 175 dex_method_index); 182 uint32_t dex_method_index ATTRIBUTE_UNUSED) { 189 uint32_t dex_method_index) { in Init() argument 195 Init(down_cast<const CompactDexFile::CodeItem&>(*code_item), dex_method_index); in Init() 198 Init(down_cast<const StandardDexFile::CodeItem&>(*code_item), dex_method_index); in Init()
|
D | compact_dex_file.h | 294 uint32_t GetDebugInfoOffset(uint32_t dex_method_index) const { in GetDebugInfoOffset() argument 295 return debug_info_offsets_.GetOffset(dex_method_index); in GetDebugInfoOffset()
|
/art/compiler/debug/ |
D | elf_symtab_writer.h | 64 return strcmp(mi->dex_file->GetMethodName(mi->dex_method_index), in GetDedupedName() 65 first->dex_file->GetMethodName(first->dex_method_index)) == 0; in GetDedupedName() 80 *out += first->dex_file->GetMethodName(first->dex_method_index); in GetDedupedName() 143 std::string name = info.dex_file->PrettyMethod(info.dex_method_index, !mini_debug_info); in WriteDebugSymbols()
|
D | method_debug_info.h | 33 uint32_t dex_method_index; member
|
D | elf_debug_info_writer.h | 48 CodeItemDebugInfoAccessor accessor(*mi->dex_file, mi->code_item, mi->dex_method_index); in GetParamNames() 150 CodeItemDebugInfoAccessor accessor(*dex, mi->code_item, mi->dex_method_index); in Write() 151 const dex::MethodId& dex_method = dex->GetMethodId(mi->dex_method_index); in Write() 246 mi->dex_method_index, in Write()
|
D | elf_debug_line_writer.h | 152 CodeItemDebugInfoAccessor accessor(*dex, mi->code_item, mi->dex_method_index); in WriteCompilationUnit()
|
/art/compiler/optimizing/ |
D | stack_map_stream.cc | 218 uint32_t dex_method_index = method->GetDexMethodIndex(); in BeginInlineInfoEntry() local 219 entry[InlineInfo::kMethodInfoIndex] = method_infos_.Dedup({dex_method_index}); in BeginInlineInfoEntry()
|
D | reference_type_propagation.cc | 546 uint32_t dex_method_index = invoke->GetResolvedMethodReference().index; in SetClassAsTypeInfo() local 552 dex_method_index, dex_cache, loader, /* referrer= */ nullptr, kDirect); in SetClassAsTypeInfo()
|
D | inliner.cc | 1224 uint32_t dex_method_index = FindMethodIndexIn( in TryDevirtualize() local 1228 if (dex_method_index == dex::kDexNoIndex) { in TryDevirtualize() 1250 MethodReference(invoke_instruction->GetMethodReference().dex_file, dex_method_index), in TryDevirtualize()
|
D | optimizing_compiler.cc | 1288 info.dex_method_index = method_idx; in JitCompile() 1396 info.dex_method_index = method_idx; in JitCompile()
|
D | instruction_builder.cc | 1079 uint32_t dex_method_index = method_reference.index; in BuildInvoke() local 1084 dex_method_index = resolved_method_reference.index; in BuildInvoke() 1088 dex_method_index = resolved_method->FindDexMethodIndexInOtherDexFile( in BuildInvoke() 1091 if (dex_method_index == dex::kDexNoIndex) { in BuildInvoke() 1094 method_reference.index = dex_method_index; in BuildInvoke()
|
/art/dexlayout/ |
D | dex_ir_builder.cc | 169 uint32_t dex_method_index); 792 uint32_t dex_method_index) { in DedupeOrCreateCodeItem() argument 796 CodeItemDebugInfoAccessor accessor(dex_file, disk_code_item, dex_method_index); in DedupeOrCreateCodeItem()
|
/art/libprofile/profile/ |
D | profile_compilation_info.h | 783 MethodHotness GetHotnessInfo(uint32_t dex_method_index) const;
|
D | profile_compilation_info.cc | 2293 uint32_t dex_method_index) const { in GetHotnessInfo() 2297 static_cast<MethodHotness::Flag>(flag), dex_method_index))) { in GetHotnessInfo() 2301 auto it = method_map.find(dex_method_index); in GetHotnessInfo()
|
/art/oatdump/ |
D | oatdump.cc | 288 uint32_t dex_method_index, in WalkOatMethod() argument 310 info.dex_method_index = dex_method_index; in WalkOatMethod()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 1395 info.dex_method_index = method_ref.index; in VisitMethod()
|