Searched refs:dex_pc_max (Results 1 – 1 of 1) sorted by relevance
1343 uint32_t dex_pc_max = 0u; in AddMethod() local1345 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()