Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1343 uint32_t dex_pc_max = 0u; in AddMethod() local
1345 dex_pc_max = std::numeric_limits<uint32_t>::max(); in AddMethod()
1355 dex_pc_max = accessor.InsnsSizeInCodeUnits(); in AddMethod()
1364 if (cache.dex_pc >= dex_pc_max) { in AddMethod()