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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.hpp47 Instruction* _pending_non_safepoint; member in class:LIR_Assembler
64 if (_pending_non_safepoint != NULL) {
67 _pending_non_safepoint = NULL;
H A Dc1_LIRAssembler.cpp106 , _pending_non_safepoint(NULL)
348 if (_pending_non_safepoint == src) {
354 if (_pending_non_safepoint != NULL) {
356 if (debug_info(_pending_non_safepoint) == vstack) {
363 _pending_non_safepoint = NULL;
367 _pending_non_safepoint = src;
393 ValueStack* vstack = debug_info(_pending_non_safepoint);

Completed in 37 milliseconds