Searched refs:safepoints (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DNMethod.java347 Map safepoints = new HashMap(); // Map<Address, PCDesc>
353 safepoints.put(pc, pcDesc);
355 return safepoints;
/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.hpp90 bool can_eliminate_allocation(AllocateNode *alloc, GrowableArray <SafePointNode *>& safepoints);
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...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A Dsa.js673 return (nmethod != null)? nmethod.safepoints.get(addr) : null;
722 var safepoints = nmethod.safepoints;
739 var pcDesc = safepoints.get(num2addr(curPc));
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp573 extern "C" void safepoints() { function
574 Command c("safepoints");
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/resources/
H A Daliasmap590 alias sun.rt.safepoints // 1.5.0 b39
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp2043 extern "C" void safepoints();

Completed in 49 milliseconds