Searched refs:pending_list_uses_discovered_field (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.hpp126 bool pending_list_uses_discovered_field = false) :
131 _pending_list_uses_discovered_field(pending_list_uses_discovered_field) {}
159 bool pending_list_uses_discovered_field() const { function in class:VALUE_OBJ_CLASS_SPEC
H A Djava.cpp721 info.pending_list_uses_discovered_field == 1);
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceRefKlass.cpp79 if (ReferenceProcessor::pending_list_uses_discovered_field()) {
159 if (ReferenceProcessor::pending_list_uses_discovered_field()) {
265 if (ReferenceProcessor::pending_list_uses_discovered_field()) { \
383 if (ReferenceProcessor::pending_list_uses_discovered_field()) {
/openjdk7/hotspot/src/share/vm/memory/
H A DreferenceProcessor.hpp487 static bool pending_list_uses_discovered_field() { function in class:ReferenceProcessor
H A DreferenceProcessor.cpp66 _pending_list_uses_discovered_field = JDK_Version::current().pending_list_uses_discovered_field();
362 if (pending_list_uses_discovered_field()) { // New behaviour
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h1587 unsigned int pending_list_uses_discovered_field : 1; member in struct:__anon378

Completed in 893 milliseconds