Home
last modified time | relevance | path

Searched refs:ProfileIndexTypeRegular (Results 1 – 3 of 3) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.cc2260 AddUintToBuffer(buffer, static_cast<ProfileIndexTypeRegular>(value)); in WriteProfileIndex()
2269 ProfileIndexTypeRegular out; in ReadProfileIndex()
2270 bool result = safe_buffer.ReadUintAndAdvance<ProfileIndexTypeRegular>(&out); in ReadProfileIndex()
2279 : std::numeric_limits<ProfileIndexTypeRegular>::max(); in MaxProfileIndex()
2285 : sizeof(ProfileIndexTypeRegular); in SizeOfProfileIndexType()
Dprofile_compilation_info.h124 using ProfileIndexTypeRegular = uint8_t; variable
Dprofile_compilation_info_test.cc38 using ProfileIndexTypeRegular = ProfileCompilationInfo::ProfileIndexTypeRegular; typedef
699 for (uint16_t i = 0; i < std::numeric_limits<ProfileIndexTypeRegular>::max(); i++) { in TEST_F()