Home
last modified time | relevance | path

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

/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc410 ptr_end_(nullptr) {} in SafeBuffer()
415 ptr_end_(ptr_current_ + size) {} in SafeBuffer()
489 ptr_end_ = ptr_current_; in Deflate()
517 DCHECK_LE(static_cast<void*>(ptr_current_), static_cast<void*>(ptr_end_)); in GetAvailableBytes()
518 return (ptr_end_ - ptr_current_) * sizeof(*ptr_current_); in GetAvailableBytes()
533 return ptr_end_ - storage_.get(); in Size()
539 std::swap(ptr_end_, other.ptr_end_); in Swap()
545 uint8_t* ptr_end_; member in art::ProfileCompilationInfo::SafeBuffer