Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h806 ptr_end_ = ptr_current_ + size; in SafeBuffer()
836 uint8_t* ptr_end_; member
Dprofile_compilation_info.cc908 if (ptr_current_ + sizeof(T) > ptr_end_) { in ReadUintAndAdvance()
920 if (ptr_current_ + data_size > ptr_end_) { in CompareAndAdvance()
934 size_t byte_count = (ptr_end_ - ptr_current_) * sizeof(*ptr_current_); in Fill()
940 return (ptr_end_ - ptr_current_) * sizeof(*ptr_current_); in CountUnreadBytes()