Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc427 ptr_end_(nullptr) {} in SafeBuffer()
432 ptr_end_(ptr_current_ + size) {} in SafeBuffer()
506 ptr_end_ = ptr_current_; in Deflate()
534 DCHECK_LE(static_cast<void*>(ptr_current_), static_cast<void*>(ptr_end_)); in GetAvailableBytes()
535 return (ptr_end_ - ptr_current_) * sizeof(*ptr_current_); in GetAvailableBytes()
550 return ptr_end_ - storage_.get(); in Size()
556 std::swap(ptr_end_, other.ptr_end_); in Swap()
562 uint8_t* ptr_end_; member in art::ProfileCompilationInfo::SafeBuffer