Lines Matching defs:assert

262     assert(cur->target_bci() != -1, "sanity check");
386 assert(bci>= 0 && bci < c->method()->code_size(), "index out of bounds");
424 assert(!fellThrough, "should not happen");
428 assert(!fellThrough, "should not happen");
439 assert(bci>= 0 && bci < c->method()->code_size(), "index out of bounds");
475 assert(bci == bb->_end_bci, "wrong bci");
483 assert(!fell_through, "should not happen");
558 assert(bcs->is_wide()==false, "sanity check");
590 assert(bb->_bci == bci, "should have found BB");
606 assert( bci >= mbci && bci < method()->code_size(), "sanity check failed");
617 assert(mbci > bci, "sanity check");
680 assert(!is_bottom() && !cts.is_bottom(),
687 assert((result.can_be_address() || result.can_be_reference()),
699 assert(result.is_valid_state(), "checking that CTS merge maintains legal state");
774 assert(bb->is_alive(), "merging state into a dead basicblock");
815 assert(cts.is_reference() || cts.is_value() || cts.is_address(),
825 assert(localNo < _max_locals + _nof_refval_conflicts, "variable read error");
850 assert(_monitor_top != bad_monitors, "monitor_pop called on error monitor stack");
865 assert(_monitor_top != bad_monitors, "monitor_push called on error monitor stack");
1000 assert(bb->_end_bci + bc_len == bb[1]._bci, "unmatched bci info in basicblock");
1008 assert(bb->_end_bci + bc_len == _method->code_size(), "wrong end bci");
1030 assert(_basic_blocks[0].changed(), "we are not getting off the ground");
1036 assert(new_method_size >= method()->code_size() + delta,
1102 assert(bb->is_reachable(), "should be reachable or deadcode exist");
1110 assert(lim_bci != bb->_bci, "must be at least one instruction in a basicblock");
1129 assert(itr.next_bci() == lim_bci, "must point to end");
1139 assert(!fall_through, "cannot be set if ret instruction");
1207 assert(method()->max_stack() > 0, "sanity check");
1635 assert(loc_no >= 0, "sanity check");
1644 assert(out1.can_be_reference() || out1.can_be_value(),
1647 assert(loc_no>=0, "sanity check");
1680 assert(poplen < 5, "this must be less than length of actual vector");
1689 assert(idx >= 0 && idx < poplen, "wrong arguments");
1707 assert(in.is_reference() | in.is_value(), "sanity check");
1864 assert((ldc.has_cache_index() || cp->is_object_entry(ldc.pool_index()))
1870 assert(dims >= 1, "sanity check");
1907 assert(signature->utf8_length() > 0, "field signatures cannot have zero length");
1925 assert(i<=3, "sanity check");
1947 assert(res_length<=4, "max value should be vv");
1951 assert(arg_length<=MAXARGSIZE, "too many locals");
2001 assert(target_bb == get_basic_block_at(target_bci), "wrong calc. of successor basicblock");
2016 assert(len < checklen, "state_vec_buf overflow");
2195 assert(bb->is_reachable(), "getting result from unreachable basicblock");
2205 assert(varNo>=0 && varNo< _max_locals, "index out of range");
2277 assert(_new_var_map!=NULL, "nothing to rewrite");
2278 assert(_conflict==true, "We should not be here");
2294 assert(nof_conflicts == _nof_refval_conflicts, "sanity check");
2362 assert(bcN == Bytecodes::_astore || bcN == Bytecodes::_aload, "wrong argument (bcN)");
2363 assert(bc0 == Bytecodes::_astore_0 || bc0 == Bytecodes::_aload_0, "wrong argument (bc0)");
2384 assert(newIlen <= 4, "sanity check");
2397 assert(varNo < 4, "varNo too large");
2400 assert(varNo < 256, "2-byte index needed!");
2404 assert(newIlen == 4, "Wrong instruction length");
2496 assert(_ret_adr_tos != NULL, "must be initialized");