Home
last modified time | relevance | path

Searched refs:patch_locations_ (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dwarf/
Ddebug_line_opcode_writer.h124 patch_locations_.push_back(this->data()->size()); in SetAddress()
129 patch_locations_.push_back(this->data()->size()); in SetAddress()
212 return patch_locations_; in GetPatchLocations()
244 std::vector<uintptr_t> patch_locations_; variable
Ddebug_info_entry_writer.h92 patch_locations_.push_back(this->data()->size()); in WriteAddr()
176 return patch_locations_; in GetPatchLocations()
249 std::vector<uintptr_t> patch_locations_; variable
/art/compiler/
Delf_builder.h178 if (!patch_locations_.empty()) { in Write()
182 patch_(patch_locations_, in Write()
204 return &patch_locations_; in GetPatchLocations()
209 std::vector<uintptr_t> patch_locations_; variable