HomeSort by relevance Sort by last modified time
    Searched refs:SafeBuffer (Results 1 - 2 of 2) sorted by null

  /art/runtime/jit/
profile_compilation_info.h 388 struct SafeBuffer {
390 explicit SafeBuffer(size_t size) : storage_(new uint8_t[size]) {
435 bool ReadProfileLineHeaderElements(SafeBuffer& buffer,
447 bool ReadClasses(SafeBuffer& buffer,
453 bool ReadMethods(SafeBuffer& buffer,
459 bool ReadInlineCache(SafeBuffer& buffer,
profile_compilation_info.cc 589 bool ProfileCompilationInfo::ReadInlineCache(SafeBuffer& buffer,
629 bool ProfileCompilationInfo::ReadMethods(SafeBuffer& buffer,
647 bool ProfileCompilationInfo::ReadClasses(SafeBuffer& buffer,
675 bool ProfileCompilationInfo::SafeBuffer::ReadUintAndAdvance(/*out*/T* value) {
688 bool ProfileCompilationInfo::SafeBuffer::CompareAndAdvance(const uint8_t* data, size_t data_size) {
699 bool ProfileCompilationInfo::SafeBuffer::HasMoreData() {
703 ProfileCompilationInfo::ProfileLoadSatus ProfileCompilationInfo::SafeBuffer::FillFromFd(
734 SafeBuffer safe_buffer(kMagicVersionSize);
756 bool ProfileCompilationInfo::ReadProfileLineHeaderElements(SafeBuffer& buffer,
771 SafeBuffer header_buffer(kLineHeaderSize)
    [all...]

Completed in 47 milliseconds