Searched refs:Reason_null_check (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.hpp45 Reason_null_check, // saw unexpected null or zero divisor (@bci) enumerator in enum:Deoptimization::DeoptReason
313 return Reason_null_check; // recorded per BCI as a null check
H A DvmStructs.cpp2418 declare_constant(Deoptimization::Reason_null_check) \
/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.cpp192 kit.uncommon_trap(Deoptimization::Reason_null_check,
206 (caller_md->trap_count(Deoptimization::Reason_null_check)
H A DgraphKit.cpp564 case Deoptimization::Reason_null_check:
1281 reason = Deoptimization::Reason_null_check;
2114 uncommon_trap(Deoptimization::Reason_null_check,
2537 && !too_many_traps(Deoptimization::Reason_null_check)
H A Dlibrary_call.cpp3110 bool never_see_null = !too_many_traps(Deoptimization::Reason_null_check);
3337 bool never_see_null = !too_many_traps(Deoptimization::Reason_null_check);
3456 bool never_see_null = !too_many_traps(Deoptimization::Reason_null_check);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp315 note_trap(thread, Deoptimization::Reason_null_check, CHECK);

Completed in 82 milliseconds