Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.h392 ptr_end_ = ptr_current_ + size; in SafeBuffer()
417 uint8_t* ptr_end_; member
Dprofile_compilation_info.cc677 if (ptr_current_ + sizeof(T) > ptr_end_) { in ReadUintAndAdvance()
689 if (ptr_current_ + data_size > ptr_end_) { in CompareAndAdvance()
700 return ptr_current_ < ptr_end_; in HasMoreData()
707 size_t byte_count = ptr_end_ - ptr_current_; in FillFromFd()