HomeSort by relevance Sort by last modified time
    Searched refs:GetPatchLocations (Results 1 - 5 of 5) sorted by null

  /art/compiler/
elf_writer_quick.cc 200 eh_frame->GetBuffer(), eh_frame->GetPatchLocations(),
201 eh_frame_hdr->GetBuffer(), eh_frame_hdr->GetPatchLocations());
209 debug_frame->GetBuffer(), debug_frame->GetPatchLocations(),
212 EncodeOatPatches(*debug_frame->GetPatchLocations(),
221 debug_info->GetBuffer(), debug_info->GetPatchLocations(),
224 debug_line->GetBuffer(), debug_line->GetPatchLocations());
226 EncodeOatPatches(*debug_info->GetPatchLocations(),
232 EncodeOatPatches(*debug_line->GetPatchLocations(),
elf_builder.h 203 std::vector<uintptr_t>* GetPatchLocations() {
    [all...]
  /art/compiler/dwarf/
headers.h 125 for (uintptr_t patch_location : entries.GetPatchLocations()) {
179 for (uintptr_t patch_location : opcodes.GetPatchLocations()) {
debug_line_opcode_writer.h 211 const std::vector<uintptr_t>& GetPatchLocations() const {
debug_info_entry_writer.h 175 const std::vector<uintptr_t>& GetPatchLocations() const {

Completed in 59 milliseconds