Searched refs:needs_gc_address (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DgcLocker.hpp178 static address needs_gc_address() { return (address) &_needs_gc; } function in class:GC_locker
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp1723 AddressLiteral sync_state(GC_locker::needs_gc_address());
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp1319 __ cmp8(ExternalAddress((address)GC_locker::needs_gc_address()), false);
H A DsharedRuntime_x86_64.cpp1369 __ cmp8(ExternalAddress((address)GC_locker::needs_gc_address()), false);

Completed in 3030 milliseconds