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

  /art/compiler/
oat_writer.cc 311 SafeMap<const std::vector<uint8_t>*, uint32_t>::iterator code_iter = code_offsets_.find(&code);
312 if (code_iter != code_offsets_.end()) {
315 code_offsets_.Put(&code, code_offset);
697 SafeMap<const std::vector<uint8_t>*, uint32_t>::iterator code_iter = code_offsets_.find(&code);
698 if (code_iter != code_offsets_.end() && code_offset != method_offsets.code_offset_) {
    [all...]
oat_writer.h 222 SafeMap<const std::vector<uint8_t>*, uint32_t> code_offsets_; member in class:art::OatWriter

Completed in 289 milliseconds