Searched refs:note_trap (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | interpreterRuntime.cpp | 256 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 D | interpreterRuntime.hpp | 80 static void note_trap(JavaThread *thread, int reason, TRAPS);
|
Completed in 32 milliseconds