Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc2757 uint16_t inline_cache_size; in ReadMethods() local
2758 if (!buffer.ReadUintAndAdvance(&inline_cache_size)) { in ReadMethods()
2762 for (uint16_t ic_index = 0; ic_index != inline_cache_size; ++ic_index) { in ReadMethods()