Searched refs:fatal (Results 101 - 114 of 114) sorted by relevance

12345

/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp1515 fatal(err_msg("unexpected method kind: %d", kind));
H A DtemplateInterpreter_x86_64.cpp1538 fatal(err_msg("unexpected method kind: %d", kind));
H A DsharedRuntime_x86_32.cpp1452 fatal(err_msg_res("unexpected intrinsic id %d", iid));
1477 fatal("receiver always in a register");
H A DsharedRuntime_x86_64.cpp1684 fatal(err_msg_res("unexpected intrinsic id %d", iid));
1709 fatal("receiver always in a register");
H A DtemplateTable_x86_32.cpp2125 fatal(err_msg("unexpected bytecode: %s", Bytecodes::name(bytecode())));
H A DtemplateTable_x86_64.cpp2179 fatal(err_msg("unexpected bytecode: %s", Bytecodes::name(bytecode())));
H A Dc1_LIRAssembler_x86.cpp2676 fatal(err_msg("unexpected type: %s", basictype_to_str(c->type())));
/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp1234 fatal(err_msg_res("unexpected type: %s", type2name(type)));
1927 fatal(err_msg_res("unknown action %d: %s", action, Deoptimization::trap_action_name(action)));
H A Dtype.cpp587 fatal("meet not symmetric" );
1215 //fatal("Integer value range is not subset");
1474 // fatal("Long value range is not subset");
2672 fatal("unhandled object type");
H A Dlibrary_call.cpp119 fatal(err_msg_res("unexpected intrinsic %d: %s", iid, vmIntrinsics::name_at(iid)));
2438 fatal(err_msg_res("unexpected type %d: %s", type, type2name(type)));
2756 fatal(err_msg_res("unexpected type %d: %s", type, type2name(type)));
H A Descape.cpp905 fatal(err_msg_res("EA unexpected CallLeaf %s", call->as_CallLeaf()->_name));
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp2809 fatal(err_msg("unexpected bytecode: %s", Bytecodes::name(x->code())));
H A Dc1_GraphBuilder.cpp3970 fatal(err_msg("unexpected intrinsic %d: %s", iid, vmIntrinsics::name_at(iid)));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp2140 fatal(err_msg("unexpected bytecode: %s", Bytecodes::name(bytecode())));

Completed in 271 milliseconds

12345