Home | History | Annotate | Download | only in jit

Lines Matching refs:SafeBuffer

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);
788 SafeBuffer location_buffer(dex_location_size);
810 SafeBuffer buffer(line_header.method_region_size_bytes);
822 SafeBuffer buffer(sizeof(uint16_t) * line_header.class_set_size);