Searched defs:safepoint (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dmutex.hpp96 // The rank safepoint is used only for synchronization in reaching a
97 // safepoint and leaving a safepoint. It is only used for the Safepoint_lock
98 // currently. While at a safepoint no mutexes of rank safepoint are held
108 safepoint = leaf + 10, enumerator in enum:Monitor::lock_types
109 barrier = safepoint + 1,
182 // Defaults are to make safepoint checks, wait time is forever (i.e.,
199 // Lock without safepoint check. Should ONLY be used by safepoint cod
[all...]
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBuilder.cpp234 Value* SharkBuilder::safepoint() { function in class:SharkBuilder
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp269 breakpoint_type = 12, // an initialization barrier or safepoint
1271 safepoint = 2 enumerator in enum:breakpoint_Relocation::__anon214
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp1631 void MacroAssembler::safepoint() { function in class:MacroAssembler
1632 relocate(breakpoint_Relocation::spec(breakpoint_Relocation::safepoint));
3373 // only change at a safepoint.) If not, attempt to rebias the object
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp2005 void safepoint(LIR_Opr tmp, CodeEmitInfo* info) { append(new LIR_Op1(lir_safepoint, tmp, info)); } function in class:LIR_List

Completed in 65 milliseconds