Home
last modified time | relevance | path

Searched refs:mem_map_cur_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Dprofile_compilation_info.h664 : fd_(fd), mem_map_(std::move(mem_map)), mem_map_cur_(0) {} in ProfileSource()
670 size_t mem_map_cur_; // Current position in the map to read from. variable
Dprofile_compilation_info.cc1216 if (mem_map_cur_ + byte_count > mem_map_->Size()) { in Read()
1220 buffer[i] = *(mem_map_->Begin() + mem_map_cur_); in Read()
1221 mem_map_cur_++; in Read()
1242 ? (mem_map_ == nullptr || mem_map_cur_ == mem_map_->Size()) in HasConsumedAllData()