Searched refs:COMPILER2_PRESENT (Results 1 - 19 of 19) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dmacros.hpp50 #define COMPILER2_PRESENT(code) code macro
53 #define COMPILER2_PRESENT(code) macro
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MarkSweep.cpp97 COMPILER2_PRESENT(DerivedPointerTable::set_active(false));
190 COMPILER2_PRESENT(DerivedPointerTableDeactivate dpt_deact);
H A Dg1CollectedHeap.cpp1347 COMPILER2_PRESENT(DerivedPointerTable::clear());
1407 COMPILER2_PRESENT(DerivedPointerTable::update_pointers());
3625 COMPILER2_PRESENT(assert(DerivedPointerTable::is_empty(),
3899 COMPILER2_PRESENT(DerivedPointerTable::clear());
5811 COMPILER2_PRESENT(DerivedPointerTable::update_pointers());
/openjdk7/hotspot/src/share/vm/memory/
H A DgenMarkSweep.cpp116 COMPILER2_PRESENT(assert(DerivedPointerTable::is_active(), "Sanity"));
117 COMPILER2_PRESENT(DerivedPointerTable::set_active(false));
H A DgenCollectedHeap.cpp544 COMPILER2_PRESENT(DerivedPointerTable::clear());
604 COMPILER2_PRESENT(DerivedPointerTable::update_pointers());
H A DreferenceProcessor.cpp58 _default_soft_ref_policy = new COMPILER2_PRESENT(LRUMaxHeapPolicy())
H A Duniverse.cpp1380 COMPILER2_PRESENT(
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.cpp201 COMPILER2_PRESENT(DerivedPointerTable::clear());
211 COMPILER2_PRESENT(assert(DerivedPointerTable::is_active(), "Sanity"));
212 COMPILER2_PRESENT(DerivedPointerTable::set_active(false));
260 COMPILER2_PRESENT(DerivedPointerTable::update_pointers());
H A DpsScavenge.cpp367 COMPILER2_PRESENT(DerivedPointerTable::clear());
619 COMPILER2_PRESENT(DerivedPointerTable::update_pointers());
H A DpsParallelCompact.cpp1102 COMPILER2_PRESENT(DerivedPointerTable::update_pointers());
2107 COMPILER2_PRESENT(DerivedPointerTable::clear());
2130 COMPILER2_PRESENT(assert(DerivedPointerTable::is_active(), "Sanity"));
2131 COMPILER2_PRESENT(DerivedPointerTable::set_active(false));
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_version.cpp124 COMPILER2_PRESENT("Server")
H A Djava.cpp291 COMPILER2_PRESENT(Compile::print_timers();)
H A Dframe.cpp1280 COMPILER2_PRESENT(assert(DerivedPointerTable::is_empty(), "must be empty before verify");)
H A DvmStructs.cpp2080 COMPILER2_PRESENT(declare_integer_type(OptoReg::Name)) \
2109 COMPILER2_PRESENT(declare_unsigned_integer_type(node_idx_t)) \
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp2483 COMPILER2_PRESENT(DerivedPointerTableDeactivate dpt_deact);
2927 COMPILER2_PRESENT(DerivedPointerTableDeactivate dpt_deact;)
3624 COMPILER2_PRESENT(DerivedPointerTableDeactivate dpt_deact;)
5004 COMPILER2_PRESENT(DerivedPointerTableDeactivate dpt_deact;)
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp4730 2*BytesPerWord COMPILER2_PRESENT(+1)) * Bsd::page_size());
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp4542 (2*BytesPerWord COMPILER2_PRESENT(+1)) * Linux::vm_default_page_size());
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3867 2*BytesPerWord COMPILER2_PRESENT(+1)) * os::vm_page_size();
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp5398 2*BytesPerWord COMPILER2_PRESENT(+1)) * page_size);

Completed in 167 milliseconds