Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h792 : fd_(fd), mem_map_(std::move(mem_map)), mem_map_cur_(0) {} in ProfileSource()
798 size_t mem_map_cur_; // Current position in the map to read from. variable
Dprofile_compilation_info.cc1248 if (mem_map_cur_ + byte_count > mem_map_.Size()) { in Read()
1252 buffer[i] = *(mem_map_.Begin() + mem_map_cur_); in Read()
1253 mem_map_cur_++; in Read()
1274 ? (!mem_map_.IsValid() || mem_map_cur_ == mem_map_.Size()) in HasConsumedAllData()