Searched refs:kProfileVersion (Results 1 – 3 of 3) sorted by relevance
51 const uint8_t ProfileCompilationInfo::kProfileVersion[] = { '0', '0', '9', '\0' }; member in art::ProfileCompilationInfo320 if (!WriteBuffer(fd, kProfileVersion, sizeof(kProfileVersion))) { in Save()882 sizeof(kProfileVersion) + in ReadProfileHeader()898 if (!safe_buffer.CompareAndAdvance(kProfileVersion, sizeof(kProfileVersion))) { in ReadProfileHeader()
72 static const uint8_t kProfileVersion[]; variable
468 ProfileCompilationInfo::kProfileVersion, kProfileVersionSize)); in TEST_F()484 ProfileCompilationInfo::kProfileVersion, kProfileVersionSize)); in TEST_F()