Searched refs:trap_request_index (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.hpp269 static int trap_request_index(int trap_request) { function in class:Deoptimization
287 assert(index == trap_request_index(trap_request), "valid index");
H A Ddeoptimization.cpp1257 jint unloaded_class_index = trap_request_index(trap_request); // CP idx or -1
1829 jint unloaded_class_index = trap_request_index(trap_request);
/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp1910 Deoptimization::trap_request_index(trap_request) < 0 &&

Completed in 52 milliseconds