Searched refs:memory (Results 101 - 125 of 139) sorted by relevance

123456

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DAbstractHeapGraphWriter.java29 import sun.jvm.hotspot.memory.*;
H A DReversePtrsAnalysis.java31 import sun.jvm.hotspot.memory.*;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaHeap.java30 import sun.jvm.hotspot.memory.*;
H A DSOQLEngine.java29 import sun.jvm.hotspot.memory.*;
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs124 -- Given an Width and NType, return the Java code for reading said NType from memory.
133 -- Given an Width and NType, return the Java code for writing said NType to memory.
/openjdk7/jdk/test/java/util/Locale/data/
H A Ddeflocale.c41 #include <memory.h>
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp431 // Also add memory barrier to prevent commoning reads from this field
627 assert(map()->memory()->Opcode() == Op_Parm, "");
628 // Insert the memory aliasing node
811 assert(map()->memory()->Opcode() == Op_Parm, "");
812 // Insert the memory aliasing node
1003 result = new (C) StrIndexOfNode(control(), memory(TypeAryPtr::CHARS),
1010 result = new (C) StrCompNode(control(), memory(TypeAryPtr::CHARS),
1014 result = new (C) StrEqualsNode(control(), memory(TypeAryPtr::CHARS),
1036 result = new (C) StrIndexOfNode(control(), memory(TypeAryPtr::CHARS),
1040 result = new (C) StrCompNode(control(), memory(TypeAryPt
[all...]
H A DparseHelper.cpp54 // For some reason, this call reads only raw memory.
293 tty->print_cr("--- Mapping from address types to memory Nodes ---");
294 MergeMemNode *mem = map() == NULL ? NULL : (map()->memory()->is_MergeMem() ?
295 map()->memory()->as_MergeMem() : NULL);
H A DgenerateOptoStub.cpp79 // GraphKit requires memory to be a MergeMemNode:
80 set_all_memory(map()->memory());
H A DidealKit.hpp105 Node* _cvstate; // current cvstate (control, memory and variables)
109 Node* _initial_memory; // saves initial memory until variables declared
142 Node* memory(uint alias_idx);
H A Dstringopts.cpp350 assert(init->outcnt() <= 2, "only a control and memory projection expected");
586 // Collect the types needed to talk about the various slices of memory
1070 Node *final_mem = PhiNode::make(final_merge, kit.memory(char_adr_idx), Type::MEMORY, TypeAryPtr::CHARS);
1080 Node* old_mem = kit.memory(char_adr_idx);
1090 final_mem->init_req(3, kit.memory(char_adr_idx));
1159 Node *mem = PhiNode::make(head, kit.memory(char_adr_idx), Type::MEMORY, TypeAryPtr::CHARS);
1204 final_mem->init_req(2, kit.memory(char_adr_idx));
1277 // copy the control and memory state from the final call into our
1291 // Make sure the memory state is a MergeMem for parsing.
H A Dparse1.cpp102 Node *mem = memory(Compile::AliasIdxRaw);
604 if (log) log->done("parse nodes='%d' live='%d' memory='%d'",
909 // committed to memory before any code after the constructor
924 tty->print_cr(" writes finals and needs a memory barrier");
931 mms.set_memory(_gvn.transform(mms.memory()));
1040 assert(map()->memory()->Opcode() == Op_Parm, "");
1041 // Insert the memory aliasing node
1742 // Note: This is our only chance to create phis for memory slices.
1744 // merged into the base-memory phi that we are building here.
1746 // phi-loops for each memory slic
[all...]
H A Dmemnode.hpp44 const TypePtr* _adr_type; // What kind of memory is being addressed?
49 Memory, // Chunk of memory is being loaded from
109 // What is the type of the value in memory? (T_VOID mean "unspecified".)
119 // Search through memory states which precede this node (load or store).
125 // the given memory state? (The state may or may not be in(Memory).)
158 // If the load is from Field memory and the pointer is non-null, we can
188 // Do not match memory edge
194 // Check if the load's memory input is a Phi node with the same control.
210 // Load a byte (8bits signed) from memory
224 // Load a unsigned byte (8bits unsigned) from memory
1250 Node* memory() const { function in class:MergeMemStream
[all...]
H A Dcallnode.cpp143 ReturnNode::ReturnNode(uint edges, Node *cntrl, Node *i_o, Node *memory, Node *frameptr, Node *retadr ) : Node(edges) { argument
146 init_req(TypeFunc::Memory,memory);
183 Node* memory,
190 init_req(TypeFunc::Memory , memory );
619 // Construct projections for control, I/O, memory-fields, ..., and
1264 // guarantee that the memory edges were all handled correctly.
1319 // eliminated. This might require less manipulation of the memory
180 RethrowNode( Node* cntrl, Node* i_o, Node* memory, Node* frameptr, Node* ret_adr, Node* exception ) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHotSpotAgent.java36 import sun.jvm.hotspot.memory.*;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java32 import sun.jvm.hotspot.memory.*;
H A DMethod.java32 import sun.jvm.hotspot.memory.*;
H A DObjectHeap.java38 import sun.jvm.hotspot.memory.*;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVirtualMachineImpl.java49 import sun.jvm.hotspot.memory.SystemDictionary;
50 import sun.jvm.hotspot.memory.SymbolTable;
51 import sun.jvm.hotspot.memory.Universe;
/openjdk7/jdk/src/share/transport/shmem/
H A DshmemBase.c37 * This is the base shared memory transport implementation that is used
45 /* shared memory seg and prefix for other IPC */
72 * Transports are duplex, so carve the shared memory into "streams",
96 * memory buffer and its state.
118 * Local (to process) access to the shared memory
138 * This catches a freed Stream as long as the memory page is still
139 * valid. If the memory page is gone, then there is little that we
242 sys_shmem_t memory; member in struct:SharedMemoryArg
250 return sysSharedMemCreate(name, arg->size, &arg->memory, &arg->start);
516 * memory wil
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpotAgent.java40 import sun.jvm.hotspot.memory.*;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DNMethod.java30 import sun.jvm.hotspot.memory.*;
/openjdk7/hotspot/agent/make/
H A DMakefile94 sun.jvm.hotspot.memory \
186 sun/jvm/hotspot/memory/*.java \
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp28 #include "memory/allocation.inline.hpp"
29 #include "memory/cardTableRS.hpp"
30 #include "memory/referenceProcessor.hpp"
31 #include "memory/universe.inline.hpp"
518 // Parses a memory size specification string.
1430 // of the physical memory, up to a maximum of 1GB.
1525 // then set it as fraction of the size of physical memory,
1531 // Small physical memory, so use a minimum fraction of it for the heap
1534 // Not-small physical memory, so require a heap at least
1570 // or -Xms, then set it as fraction of the size of physical memory,
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java36 import sun.jvm.hotspot.memory.*;

Completed in 116 milliseconds

123456