Searched refs:memory (Results 76 - 100 of 139) sorted by relevance

123456

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DMonitorCacheDumpPanel.java32 import sun.jvm.hotspot.memory.*;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DLivenessAnalysis.java31 import sun.jvm.hotspot.memory.*;
H A DSystemDictionaryHelper.java29 import sun.jvm.hotspot.memory.*;
H A DPointerFinder.java32 import sun.jvm.hotspot.memory.*;
H A DPointerLocation.java33 import sun.jvm.hotspot.memory.*;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A Dsa.js45 sapkg.memory = sapkg.hotspot.memory;
571 var VisitorClass = sapkg.memory.SystemDictionary.ClassVisitor;
573 sa.sysDict["classesDo(sun.jvm.hotspot.memory.SystemDictionary$ClassVisitor)"](visitor);
578 var VisitorClass = sapkg.memory.SystemDictionary.ClassAndLoaderVisitor;
580 sa.sysDict["classesDo(sun.jvm.hotspot.memory.SystemDictionary$ClassAndLoaderVisitor)"](visitor);
585 var VisitorClass = sapkg.memory.SystemDictionary.ClassAndLoaderVisitor;
1098 vmType2Class["GenCollectedHeap"] = sapkg.memory.GenCollectedHeap;
1099 vmType2Class["CompactingPermGenGen"] = sapkg.memory.CompactingPermGenGen;
1100 vmType2Class["DefNewGeneration"] = sapkg.memory
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s235 ! issue memory barrier instruction
236 MEMBAR_BEFORE_BLD ! to ensure all previous memory load
255 ! issue memory barrier instruction
256 MEMBAR_AFTER_BLD ! to ensure all previous memory load
/openjdk7/jdk/make/sun/cmm/kcms/
H A DFILES_c_unix.gmk85 memory.c \
H A DFILES_c_windows.gmk86 memory.c \
/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp119 ReturnNode( uint edges, Node *cntrl, Node *i_o, Node *memory, Node *retadr, Node *frameptr );
140 RethrowNode( Node *cntrl, Node *i_o, Node *memory, Node *frameptr, Node *ret_adr, Node *exception );
159 TailCallNode( Node *cntrl, Node *i_o, Node *memory, Node *frameptr, Node *retadr, Node *target, Node *moop ) argument
160 : ReturnNode( TypeFunc::Parms+2, cntrl, i_o, memory, frameptr, retadr ) {
173 TailJumpNode( Node *cntrl, Node *i_o, Node *memory, Node *frameptr, Node *target, Node *ex_oop) argument
174 : ReturnNode(TypeFunc::Parms+2, cntrl, i_o, memory, frameptr, Compile::current()->top()) {
322 // A plain safepoint advertises no memory effects (NULL):
334 const TypePtr* _adr_type; // What type of memory does this node produce?
336 // Many calls take *all* of memory as input,
337 // but some produce a limited subset of that memory a
403 Node *memory () const { return in(TypeFunc::Memory ); } function in class:SafePointNode
[all...]
H A DgraphKit.hpp456 // Access unaliased memory
457 Node* memory(uint alias_idx);
458 Node* memory(const TypePtr *tp) { return memory(C->get_alias_index(tp)); } function in class:GraphKit
459 Node* memory(Node* adr) { return memory(_gvn.type(adr)->is_ptr()); } function in class:GraphKit
461 // Access immutable memory
464 // Set unaliased memory
469 // Get the entire memory state (probably a MergeMemNode), and reset it
473 // Get the entire memory stat
[all...]
H A DgraphKit.cpp30 #include "memory/barrierSet.hpp"
31 #include "memory/cardTableModRefBS.hpp"
355 Node* m = mms.memory();
380 // get a copy of the base memory, and patch some inputs into it
390 add_n_reqs(mms.memory(), mms.memory2());
392 add_one_req(mms.memory(), mms.memory2());
454 Node* x = mms.memory();
700 // Clone the memory edge first
701 Node* mem = MergeMemNode::make(C, map()->memory());
1390 //--------------------------------memory
1391 Node* GraphKit::memory(uint alias_idx) { function in class:GraphKit
1713 Node* memory = reset_memory(); local
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DCodeCache.java29 import sun.jvm.hotspot.memory.*;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DGeneration.java25 package sun.jvm.hotspot.memory;
H A DMemRegion.java25 package sun.jvm.hotspot.memory;
H A DUniverse.java25 package sun.jvm.hotspot.memory;
H A DCompactibleFreeListSpace.java25 package sun.jvm.hotspot.memory;
H A DSystemDictionary.java25 package sun.jvm.hotspot.memory;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DArrayKlass.java31 import sun.jvm.hotspot.memory.*;
H A DOop.java33 import sun.jvm.hotspot.memory.CompactingPermGenGen;
213 tty.print("Dumping raw memory for ");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DDeadlockDetector.java28 import sun.jvm.hotspot.memory.*;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassDump.java31 import sun.jvm.hotspot.memory.*;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DHeapSummary.java32 import sun.jvm.hotspot.memory.*;
81 if (gen instanceof sun.jvm.hotspot.memory.DefNewGeneration) {
H A DPermStat.java31 import sun.jvm.hotspot.memory.*;
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES101 added i/o, error, and memory callback functions
139 Fixed bug with Borland 64K memory allocation (Alexander Lehmann)
150 Changed DOS small/medium model memory support - needs zlib 1.04 (Tim Wegner)
228 Fixed memory leak in pngwrite.c (free info_ptr->text) (Glenn R-P)
240 Fixed memory leaks in pCAL chunk processing (Glenn R-P and John Bowler)
570 Revised pngset.c so that it does not allocate or free memory in the user's
573 Added code in pngwrite.c to free info_ptr->text[i].key to stop a memory leak.
702 own memory for info_ptr->palette. This makes it safe for the calling
823 Added documentation of user memory functions in libpng.txt/libpng.3
854 Made PNG_NO_READ|WRITE_iTXt the default setting, to avoid memory
[all...]

Completed in 76 milliseconds

123456