Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc1330 const uint32_t insn_count = code_item_accessor_.InsnsSizeInCodeUnits(); in CheckArrayData() local
1335 DCHECK_LT(cur_offset, insn_count); in CheckArrayData()
1339 cur_offset + array_data_offset + 2 >= insn_count)) { in CheckArrayData()
1342 << ", count " << insn_count; in CheckArrayData()
1366 if (UNLIKELY(cur_offset + array_data_offset + table_size > insn_count)) { in CheckArrayData()
1370 << ", count " << insn_count; in CheckArrayData()
1450 const uint32_t insn_count = code_item_accessor_.InsnsSizeInCodeUnits(); in CheckSwitchTargets() local
1451 DCHECK_LT(cur_offset, insn_count); in CheckSwitchTargets()
1456 cur_offset + switch_offset + 2 > insn_count)) { in CheckSwitchTargets()
1459 << ", count " << insn_count; in CheckSwitchTargets()
[all …]