Searched refs:GetPatchLocations (Results 1 – 5 of 5) sorted by relevance
/art/compiler/ |
D | elf_writer_quick.cc | 200 eh_frame->GetBuffer(), eh_frame->GetPatchLocations(), in Write() 201 eh_frame_hdr->GetBuffer(), eh_frame_hdr->GetPatchLocations()); in Write() 209 debug_frame->GetBuffer(), debug_frame->GetPatchLocations(), in Write() 212 EncodeOatPatches(*debug_frame->GetPatchLocations(), in Write() 221 debug_info->GetBuffer(), debug_info->GetPatchLocations(), in Write() 224 debug_line->GetBuffer(), debug_line->GetPatchLocations()); in Write() 226 EncodeOatPatches(*debug_info->GetPatchLocations(), in Write() 232 EncodeOatPatches(*debug_line->GetPatchLocations(), in Write()
|
D | elf_builder.h | 203 std::vector<uintptr_t>* GetPatchLocations() { in GetPatchLocations() function
|
/art/compiler/dwarf/ |
D | headers.h | 125 for (uintptr_t patch_location : entries.GetPatchLocations()) { in WriteDebugInfoCU() 179 for (uintptr_t patch_location : opcodes.GetPatchLocations()) { in WriteDebugLineTable()
|
D | debug_line_opcode_writer.h | 211 const std::vector<uintptr_t>& GetPatchLocations() const { in GetPatchLocations() function
|
D | debug_info_entry_writer.h | 175 const std::vector<uintptr_t>& GetPatchLocations() const { in GetPatchLocations() function
|