Lines Matching refs:SLICER_CHECK
38 SLICER_CHECK(ir_code != nullptr); in Assemble()
81 SLICER_CHECK(handler.ir_type != nullptr); in DissasembleTryBlocks()
101 SLICER_CHECK(!try_block_end->handlers.empty() || in DissasembleTryBlocks()
246 SLICER_CHECK(isize > 0); in DissasembleBytecode()
273 SLICER_CHECK(ptr == end); in DissasembleBytecode()
297 SLICER_CHECK(std::is_sorted(extra.begin(), extra.end(), in MergeInstructions()
363 SLICER_CHECK(offset % 2 == 0); in DecodePackedSwitch()
365 SLICER_CHECK(instr == nullptr); in DecodePackedSwitch()
372 SLICER_CHECK(instr->targets.empty()); in FixupPackedSwitch()
375 SLICER_CHECK(dex_packed_switch->ident == dex::kPackedSwitchSignature); in FixupPackedSwitch()
389 SLICER_CHECK(offset % 2 == 0); in DecodeSparseSwitch()
391 SLICER_CHECK(instr == nullptr); in DecodeSparseSwitch()
398 SLICER_CHECK(instr->switch_cases.empty()); in FixupSparseSwitch()
401 SLICER_CHECK(dex_sparse_switch->ident == dex::kSparseSwitchSignature); in FixupSparseSwitch()
416 SLICER_CHECK(dex_array_data->ident == dex::kArrayDataSignature); in DecodeArrayData()
417 SLICER_CHECK(offset % 2 == 0); in DecodeArrayData()
500 SLICER_CHECK(base_offset == kInvalidOffset); in DecodeBytecode()
505 SLICER_CHECK(base_offset == kInvalidOffset); in DecodeBytecode()
547 SLICER_CHECK(dex_instr.vA <= 5); in DecodeBytecode()
596 SLICER_CHECK(index != dex::kNoIndex); in GetIndexedOperand()