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

  /art/compiler/dwarf/
debug_line_opcode_writer.h 124 patch_locations_.push_back(this->data()->size());
129 patch_locations_.push_back(this->data()->size());
212 return patch_locations_;
244 std::vector<uintptr_t> patch_locations_; member in class:art::dwarf::FINAL
debug_info_entry_writer.h 92 patch_locations_.push_back(this->data()->size());
176 return patch_locations_;
249 std::vector<uintptr_t> patch_locations_; member in class:art::dwarf::FINAL
  /art/compiler/
elf_builder.h 178 if (!patch_locations_.empty()) {
182 patch_(patch_locations_,
204 return &patch_locations_;
209 std::vector<uintptr_t> patch_locations_; member in class:art::FINAL::FINAL
    [all...]

Completed in 198 milliseconds