Searched refs:GetCurrentPtr (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/libprofile/profile/ |
H A D | profile_compilation_info.cc | 442 const void* null_char = memchr(GetCurrentPtr(), 0, length); in ReadStringAndAdvance() 447 *value = std::string_view(reinterpret_cast<const char*>(GetCurrentPtr()), length); in ReadStringAndAdvance() 522 uint8_t* GetCurrentPtr() { in GetCurrentPtr() function in art::ProfileCompilationInfo::SafeBuffer 1471 temp_buffer.GetCurrentPtr(), temp_buffer.GetAvailableBytes(), "ReadSectionData", error); in ReadSectionData() 2614 BitMemoryRegion saved_bitmap(buffer.GetCurrentPtr(), /*bit_start=*/ 0, saved_bitmap_bit_size); in WriteMethods() 2716 BitMemoryRegion saved_bitmap(buffer.GetCurrentPtr(), /*bit_start=*/ 0, saved_bitmap_bit_size); in ReadMethods()
|