Searched refs:kProfileVersion (Results 1 – 3 of 3) sorted by relevance
44 const uint8_t ProfileCompilationInfo::kProfileVersion[] = { '0', '0', '5', '\0' }; member in art::ProfileCompilationInfo278 WriteBuffer(fd, kProfileVersion, sizeof(kProfileVersion)); in Save()731 sizeof(kProfileVersion) + in ReadProfileHeader()745 if (!safe_buffer.CompareAndAdvance(kProfileVersion, sizeof(kProfileVersion))) { in ReadProfileHeader()
82 static const uint8_t kProfileVersion[]; variable
452 ProfileCompilationInfo::kProfileVersion, kProfileVersionSize)); in TEST_F()468 ProfileCompilationInfo::kProfileVersion, kProfileVersionSize)); in TEST_F()