Searched refs:note_trap (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp256 void InterpreterRuntime::note_trap(JavaThread* thread, int reason, TRAPS) { function in class:InterpreterRuntime
313 note_trap(thread, Deoptimization::Reason_div0_check, CHECK);
315 note_trap(thread, Deoptimization::Reason_null_check, CHECK);
330 note_trap(thread, Deoptimization::Reason_class_check, CHECK);
343 note_trap(thread, Deoptimization::Reason_range_check, CHECK);
358 note_trap(thread, Deoptimization::Reason_class_check, CHECK);
H A DinterpreterRuntime.hpp80 static void note_trap(JavaThread *thread, int reason, TRAPS);

Completed in 52 milliseconds