Home
last modified time | relevance | path

Searched refs:GetPatchLocations (Results 1 – 5 of 5) sorted by relevance

/art/compiler/
Delf_writer_quick.cc200 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()
Delf_builder.h203 std::vector<uintptr_t>* GetPatchLocations() { in GetPatchLocations() function
/art/compiler/dwarf/
Dheaders.h125 for (uintptr_t patch_location : entries.GetPatchLocations()) { in WriteDebugInfoCU()
179 for (uintptr_t patch_location : opcodes.GetPatchLocations()) { in WriteDebugLineTable()
Ddebug_line_opcode_writer.h211 const std::vector<uintptr_t>& GetPatchLocations() const { in GetPatchLocations() function
Ddebug_info_entry_writer.h175 const std::vector<uintptr_t>& GetPatchLocations() const { in GetPatchLocations() function