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

  /art/compiler/
oat_writer.cc 331 mapping_table_offsets_.find(&mapping_table);
332 if (mapping_iter != mapping_table_offsets_.end()) {
335 mapping_table_offsets_.Put(&mapping_table, mapping_table_offset);
725 mapping_table_offsets_.find(&mapping_table);
726 if (mapping_iter != mapping_table_offsets_.end() &&
    [all...]
oat_writer.h 224 SafeMap<const std::vector<uint8_t>*, uint32_t> mapping_table_offsets_; member in class:art::OatWriter

Completed in 467 milliseconds