Lines Matching refs:SLICER_CHECK
67 SLICER_CHECK(boxed_type_name != nullptr); in BoxValue()
163 SLICER_CHECK(ir_method->code->ins_count > 0); in GenerateShiftParamsCode()
177 SLICER_CHECK(regs >= ins_count); in GenerateShiftParamsCode()
343 SLICER_CHECK(!return_as_object || in Apply()
377 SLICER_CHECK(return_void); in Apply()
380 SLICER_CHECK(!return_void); in Apply()
386 SLICER_CHECK(!return_void); in Apply()
392 SLICER_CHECK(!return_void); in Apply()
520 SLICER_CHECK(shift > 0); in RegsRenumberVisitor()
570 SLICER_CHECK(left_to_allocate_ > 0); in RegsRenumbering()
599 SLICER_CHECK(left_to_allocate_ > 0); in ShiftParams()
612 SLICER_CHECK(count > 0 && count <= left_to_allocate_); in Allocate()
616 SLICER_CHECK(scratch_regs_.insert(first_reg + i).second); in Allocate()
630 SLICER_CHECK(code->registers + allocate_count_ <= (1 << 16)); in Apply()
658 SLICER_CHECK(ir_method != nullptr); in InstrumentMethod()