Searched defs:safepoints (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp573 extern "C" void safepoints() { function
574 Command c("safepoints");
/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp318 // we can safely skip over safepoints, calls, locks and membars because we
562 bool PhaseMacroExpand::can_eliminate_allocation(AllocateNode *alloc, GrowableArray <SafePointNode *>& safepoints) { argument
631 safepoints.append_if_missing(sfpt);
681 bool PhaseMacroExpand::scalar_replacement(AllocateNode *alloc, GrowableArray <SafePointNode *>& safepoints) { argument
718 while (safepoints.length() > 0) {
719 SafePointNode* sfpt = safepoints.pop();
778 // rollback processed safepoints
956 GrowableArray <SafePointNode *> safepoints; local
957 if (!can_eliminate_allocation(alloc, safepoints)) {
961 if (!scalar_replacement(alloc, safepoints)) {
[all...]

Completed in 36 milliseconds