Searched refs:mem (Results 1 - 25 of 97) sorted by relevance

1234

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcomapi.c38 if (cinfo->mem == NULL)
45 (*cinfo->mem->free_pool) (cinfo, pool);
76 /* NB: mem pointer is NULL if memory mgr failed to initialize. */
77 if (cinfo->mem != NULL)
78 (*cinfo->mem->self_destruct) (cinfo);
79 cinfo->mem = NULL; /* be safe if jpeg_destroy is called twice */
95 (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JQUANT_TBL));
107 (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JHUFF_TBL));
H A Djmemmgr.c192 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
201 pool_id, mem->total_space_allocated);
203 for (lhdr_ptr = mem->large_list[pool_id]; lhdr_ptr != NULL;
209 for (shdr_ptr = mem->small_list[pool_id]; shdr_ptr != NULL;
264 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
282 hdr_ptr = mem->small_list[pool_id];
310 mem->total_space_allocated += min_request + slop;
316 mem
349 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
403 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
451 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
532 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
562 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
590 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
936 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
1034 my_mem_ptr mem; local
[all...]
H A Djcinit.c69 (*cinfo->mem->realize_virt_arrays) ((j_common_ptr) cinfo);
H A Djdpostct.c91 post->buffer = (*cinfo->mem->access_virt_sarray)
173 post->buffer = (*cinfo->mem->access_virt_sarray)
217 post->buffer = (*cinfo->mem->access_virt_sarray)
259 (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_IMAGE,
277 post->whole_image = (*cinfo->mem->request_virt_sarray)
288 post->buffer = (*cinfo->mem->alloc_sarray)
H A Djcmainct.c187 _main->buffer[ci] = (*cinfo->mem->access_virt_sarray)
256 (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_IMAGE,
274 _main->whole_image[ci] = (*cinfo->mem->request_virt_sarray)
291 _main->buffer[ci] = (*cinfo->mem->alloc_sarray)
H A Djdcolor.c82 (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_IMAGE,
85 (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_IMAGE,
88 (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_IMAGE,
91 (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_IMAGE,
313 (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_IMAGE,
/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.hpp129 static void dump_adr_type(const Node* mem, const TypePtr* adr_type, outputStream *st);
143 LoadNode( Node *c, Node *mem, Node *adr, const TypePtr* at, const Type *rt ) argument
144 : MemNode(c,mem,adr,at), _type(rt) {
149 static Node* make( PhaseGVN& gvn, Node *c, Node *mem, Node *adr,
213 LoadBNode( Node *c, Node *mem, Node *adr, const TypePtr* at, const TypeInt *ti = TypeInt::BYTE ) argument
214 : LoadNode(c,mem,adr,at,ti) {}
227 LoadUBNode(Node* c, Node* mem, Node* adr, const TypePtr* at, const TypeInt* ti = TypeInt::UBYTE ) argument
228 : LoadNode(c, mem, adr, at, ti) {}
241 LoadUSNode( Node *c, Node *mem, Node *adr, const TypePtr* at, const TypeInt *ti = TypeInt::CHAR ) argument
242 : LoadNode(c,mem,ad
255 LoadSNode( Node *c, Node *mem, Node *adr, const TypePtr* at, const TypeInt *ti = TypeInt::SHORT ) argument
269 LoadINode( Node *c, Node *mem, Node *adr, const TypePtr* at, const TypeInt *ti = TypeInt::INT ) argument
281 LoadRangeNode( Node *c, Node *mem, Node *adr, const TypeInt *ti = TypeInt::POS ) argument
301 LoadLNode( Node *c, Node *mem, Node *adr, const TypePtr* at, const TypeLong *tl = TypeLong::LONG, bool require_atomic_access = false ) argument
325 LoadL_unalignedNode( Node *c, Node *mem, Node *adr, const TypePtr* at ) argument
334 LoadFNode( Node *c, Node *mem, Node *adr, const TypePtr* at, const Type *t = Type::FLOAT ) argument
346 LoadDNode( Node *c, Node *mem, Node *adr, const TypePtr* at, const Type *t = Type::DOUBLE ) argument
358 LoadD_unalignedNode( Node *c, Node *mem, Node *adr, const TypePtr* at ) argument
367 LoadPNode( Node *c, Node *mem, Node *adr, const TypePtr *at, const TypePtr* t ) argument
390 LoadNNode( Node *c, Node *mem, Node *adr, const TypePtr *at, const Type* t ) argument
412 LoadKlassNode( Node *c, Node *mem, Node *adr, const TypePtr *at, const TypeKlassPtr *tk ) argument
428 LoadNKlassNode( Node *c, Node *mem, Node *adr, const TypePtr *at, const TypeNarrowOop *tk ) argument
452 StoreNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val ) argument
456 StoreNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, Node *oop_store ) argument
494 StoreBNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val ) argument
504 StoreCNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val ) argument
514 StoreINode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val ) argument
531 StoreLNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, bool require_atomic_access = false ) argument
552 StoreFNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val ) argument
561 StoreDNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val ) argument
570 StorePNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val ) argument
579 StoreNNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val ) argument
599 StoreCMNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, Node *oop_store, int oop_alias_idx ) argument
620 LoadPLockedNode( Node *c, Node *mem, Node *adr ) argument
677 StorePConditionalNode( Node *c, Node *mem, Node *adr, Node *val, Node *ll ) argument
688 StoreIConditionalNode( Node *c, Node *mem, Node *adr, Node *val, Node *ii ) argument
699 StoreLConditionalNode( Node *c, Node *mem, Node *adr, Node *val, Node *ll ) argument
709 CompareAndSwapLNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex) argument
717 CompareAndSwapINode( Node *c, Node *mem, Node *adr, Node *val, Node *ex) argument
725 CompareAndSwapPNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex) argument
732 CompareAndSwapNNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex) argument
739 GetAndAddINode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at ) argument
746 GetAndAddLNode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at ) argument
754 GetAndSetINode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at ) argument
761 GetAndSetLNode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at ) argument
768 GetAndSetPNode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at, const Type* t ) argument
775 GetAndSetNNode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at, const Type* t ) argument
1259 Node *mem = _mem->is_top() ? _mm_base : _mem; local
1267 set_memory(Node* mem) argument
1346 PrefetchAllocationNode(Node *mem, Node *adr) argument
[all...]
H A Dmacro.cpp223 Node *mem = addp->last_out(j); local
224 if (UseCondCardMark && mem->is_Load()) {
225 assert(mem->Opcode() == Op_LoadB, "unexpected code shape");
228 _igvn.replace_node(mem, intcon(0));
231 assert(mem->is_Store(), "store required");
232 _igvn.replace_node(mem, mem->in(MemNode::Memory));
307 static Node *scan_mem_chain(Node *mem, int alias_idx, int offset, Node *start_mem, Node *alloc, PhaseGVN *phase) { argument
308 Node *orig_mem = mem;
312 if (mem
384 value_from_mem_phi(Node *mem, BasicType ft, const Type *phi_type, const TypeOopPtr *adr_t, Node *alloc, Node_Stack *value_phis, int level) argument
487 Node *mem = sfpt_mem; local
720 Node* mem = sfpt->memory(); local
909 Node *mem = init->in(TypeFunc::Memory); local
1012 make_load(Node* ctl, Node* mem, Node* base, int offset, const Type* value_type, BasicType bt) argument
1021 make_store(Node* ctl, Node* mem, Node* base, int offset, Node* value, BasicType bt) argument
1091 Node* mem = alloc->in(TypeFunc::Memory); local
1337 Node* mem = new (C) ProjNode(init,TypeFunc::Memory); local
1979 Node* mem = alock->in(TypeFunc::Memory); local
2038 Node* mem = lock->in(TypeFunc::Memory); local
2275 Node* mem = unlock->in(TypeFunc::Memory); local
[all...]
H A Dmemnode.cpp74 void MemNode::dump_adr_type(const Node* mem, const TypePtr* adr_type, outputStream *st) { argument
180 Node *mem = mmem; local
225 mem = (m->is_MergeMem())? m->as_MergeMem()->memory_at(alias_idx) : m;
228 return mem;
264 Node *mem = in(MemNode::Memory); local
265 if (phase->type( mem ) == Type::TOP) return NodeSentinel; // caller will return NULL
266 assert(mem != this, "dead loop in MemNode::Ideal");
268 if (can_reshape && igvn != NULL && igvn->_worklist.member(mem)) {
270 // Delay this mem node transformation until the memory is processed.
283 // Delay this mem nod
506 Node* mem = in(MemNode::Memory); // start searching here... local
893 make( PhaseGVN& gvn, Node *ctl, Node *mem, Node *adr, const TypePtr* adr_type, const Type *rt, BasicType bt ) argument
934 make_atomic(Compile *C, Node* ctl, Node* mem, Node* adr, const TypePtr* adr_type, const Type* rt) argument
977 Node* mem = current->in(0)->in(TypeFunc::Memory); local
1083 Node* mem = in(MemNode::Memory); local
1296 Node* mem = in(MemNode::Memory); local
1456 Node* mem = in(MemNode::Memory); local
1540 Node* mem = in(MemNode::Memory); local
1771 Node *mem = in(MemNode::Memory); local
1794 Node* mem = in(MemNode::Memory); local
1805 Node* mem = in(MemNode::Memory); local
1826 Node* mem = in(MemNode::Memory); local
1835 Node* mem = in(MemNode::Memory); local
1856 Node* mem = in(MemNode::Memory); local
1865 Node* mem = in(MemNode::Memory); local
1886 Node* mem = in(MemNode::Memory); local
1897 Node* mem = in(MemNode::Memory); local
1913 make( PhaseGVN& gvn, Node *mem, Node *adr, const TypePtr* at, const TypeKlassPtr *tk ) argument
2235 make( PhaseGVN& gvn, Node* ctl, Node* mem, Node* adr, const TypePtr* adr_type, Node* val, BasicType bt ) argument
2267 make_atomic(Compile *C, Node* ctl, Node* mem, Node* adr, const TypePtr* adr_type, Node* val) argument
2369 Node* mem = in(MemNode::Memory); local
2543 Node* mem = my_store->as_MergeMem()->memory_at(oop_alias_idx()); local
2577 LoadStoreNode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at, const Type* rt, uint required ) argument
2606 LoadStoreConditionalNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex ) argument
2699 clear_memory(Node* ctl, Node* mem, Node* dest, intptr_t start_offset, Node* end_offset, PhaseGVN* phase) argument
2721 clear_memory(Node* ctl, Node* mem, Node* dest, Node* start_offset, Node* end_offset, PhaseGVN* phase) argument
2749 clear_memory(Node* ctl, Node* mem, Node* dest, intptr_t start_offset, intptr_t end_offset, PhaseGVN* phase) argument
2795 Node* mem = phase->transform(in(MemNode::Memory)); local
3031 Node* mem = in(Memory); local
4028 make(Compile* C, Node* mem) argument
4046 Node* mem = in(i); local
4260 Node* mem = memory_at(i); local
[all...]
H A DidealKit.cpp338 MergeMemNode* mem = merged_memory(); local
339 Node* p = mem->memory_at(alias_idx);
344 void IdealKit::set_memory(Node* mem, uint alias_idx) { argument
345 merged_memory()->set_memory_at(alias_idx, mem);
359 Node* mem = memory(adr_idx); local
362 ld = LoadLNode::make_atomic(C, ctl, mem, adr, adr_type, t);
364 ld = LoadNode::make(_gvn, ctl, mem, adr, adr_type, t, bt);
375 Node *mem = memory(adr_idx); local
378 st = StoreLNode::make_atomic(C, ctl, mem, adr, adr_type, val);
380 st = StoreNode::make(_gvn, ctl, mem, ad
396 Node *mem = memory(adr_idx); local
524 Node* mem = _gvn.transform( new (C) ProjNode(call, TypeFunc::Memory) ); local
571 Node* mem = _gvn.transform( new (C) ProjNode(call, TypeFunc::Memory) ); local
[all...]
H A Dmacro.hpp64 Node* make_load( Node* ctl, Node* mem, Node* base, int offset,
66 Node* make_store(Node* ctl, Node* mem, Node* base, int offset,
86 Node *value_from_mem(Node *mem, BasicType ft, const Type *ftype, const TypeOopPtr *adr_t, Node *alloc);
87 Node *value_from_mem_phi(Node *mem, BasicType ft, const Type *ftype, const TypeOopPtr *adr_t, Node *alloc, Node_Stack *value_phis, int level);
H A Dmatcher.hpp54 MachNode *ReduceInst( State *s, int rule, Node *&mem);
55 void ReduceInst_Chain_Rule( State *s, int rule, Node *&mem, MachNode *mach);
56 uint ReduceInst_Interior(State *s, int rule, Node *&mem, MachNode *mach, uint num_opnds);
57 void ReduceOper( State *s, int newrule, Node *&mem, MachNode *mach );
87 Node *Label_Root( const Node *n, State *svec, Node *control, const Node *mem );
H A Dmatcher.cpp818 Node *mem = ret->in(TypeFunc::Memory); local
825 MachNode *spillCP = match_tree(new (C) LoadNNode(NULL,mem,fp,atp,TypeInstPtr::BOTTOM));
827 MachNode *spillI = match_tree(new (C) LoadINode(NULL,mem,fp,atp));
828 MachNode *spillL = match_tree(new (C) LoadLNode(NULL,mem,fp,atp));
829 MachNode *spillF = match_tree(new (C) LoadFNode(NULL,mem,fp,atp));
830 MachNode *spillD = match_tree(new (C) LoadDNode(NULL,mem,fp,atp));
831 MachNode *spillP = match_tree(new (C) LoadPNode(NULL,mem,fp,atp,TypeInstPtr::BOTTOM));
848 MachNode *spillVectS = match_tree(new (C) LoadVectorNode(NULL,mem,fp,atp,TypeVect::VECTS));
852 MachNode *spillVectD = match_tree(new (C) LoadVectorNode(NULL,mem,fp,atp,TypeVect::VECTD));
856 MachNode *spillVectX = match_tree(new (C) LoadVectorNode(NULL,mem,f
1352 Node *mem = n->is_Store() ? n->in(MemNode::Memory) : (Node*)1 ; local
1478 Label_Root( const Node *n, State *svec, Node *control, const Node *mem) argument
1733 ReduceInst_Chain_Rule( State *s, int rule, Node *&mem, MachNode *mach ) argument
1766 ReduceInst_Interior( State *s, int rule, Node *&mem, MachNode *mach, uint num_opnds ) argument
1833 ReduceOper( State *s, int rule, Node *&mem, MachNode *mach ) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/acl/
H A DGroupImpl.java155 boolean mem = false;
174 mem = g.isMemberRecurse(member, alreadySeen);
178 mem = g.isMember(member);
181 if (mem)
182 return mem;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIEnum.java97 for( BIEnumMember mem : members.values() )
98 mem.setParent(p);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCEnumLeafInfo.java131 for( CEnumConstant mem : members )
132 mem.setParent(this);
228 for (CEnumConstant mem : members) {
229 if(mem.getLexicalValue().equals(literal.value))
230 return type.staticRef(mem.getName());
/openjdk7/hotspot/test/testlibrary/whitebox/sun/hotspot/
H A DWhiteBox.java75 public native void NMTFree(long mem); argument
/openjdk7/jdk/src/solaris/sample/dtrace/hotspot/
H A Dhotspot_calls_tree.d83 hotspot$target:::mem-pool-gc-begin,
96 hotspot$target:::mem-pool-gc-end,
H A Dgc_time_stat.d104 * hotspot:::mem-pool-gc-begin, hotspot:::mem-pool-gc-end
117 hotspot$target:::mem-pool-gc-begin
130 hotspot$target:::mem-pool-gc-end
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandleNatives.java395 static boolean isCallerSensitive(MemberName mem) { argument
396 if (!mem.isMethod()) return false; // only methods are caller sensitive
398 // when the VM support is available, call mem.isCallerSensitive() instead
399 return isCallerSensitiveMethod(mem.getDeclaringClass(), mem.getName()) ||
400 canBeCalledVirtual(mem);
515 private static boolean canBeCalledVirtual(MemberName mem) { argument
516 assert(mem.isInvocable());
517 Class<?> defc = mem.getDeclaringClass();
518 switch (mem
[all...]
/openjdk7/jdk/src/windows/transport/shmem/
H A Dshmem_md.c56 sys_shmem_t *mem, void **buffer)
91 *mem = memHandle;
97 sysSharedMemOpen(const char *name, sys_shmem_t *mem, void **buffer) argument
124 *mem = memHandle;
130 sysSharedMemClose(sys_shmem_t mem, void *buffer) argument
138 if (!CloseHandle(mem)) {
55 sysSharedMemCreate(const char *name, int length, sys_shmem_t *mem, void **buffer) argument
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsps2.c1080 cmsIOHANDLER* mem)
1090 if (!WriteNamedColorCSA(mem, hProfile, Intent)) goto Error;
1115 if (!WriteInputMatrixShaper(mem, hProfile, Matrix, Shaper)) goto Error;
1120 if (!WriteInputLUT(mem, hProfile, Intent, dwFlags)) goto Error;
1126 dwBytesUsed = mem ->UsedSpace;
1507 cmsIOHANDLER* mem)
1513 EmitHeader(mem, "Color Rendering Dictionary (CRD)", hProfile);
1520 if (!WriteNamedColorCRD(mem, hProfile, Intent, dwFlags)) {
1528 if (!WriteOutputLUT(mem, hProfile, Intent, dwFlags)) {
1535 _cmsIOPrintf(mem, "
1076 GenerateCSA(cmsContext ContextID, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags, cmsIOHANDLER* mem) argument
1504 GenerateCRD(cmsContext ContextID, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags, cmsIOHANDLER* mem) argument
1583 cmsIOHANDLER* mem; local
1612 cmsIOHANDLER* mem; local
[all...]
H A Dcmserr.c187 void* mem; local
191 mem = _cmsMalloc(ContextID, size);
193 if (mem != NULL && Org != NULL)
194 memmove(mem, Org, size);
196 return mem;
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_impl.c332 unsigned char* pSrc = (unsigned char*)(((SplashStream*)pStream)->arg.mem.pData);
333 unsigned char* pSrcEnd = (unsigned char*)(((SplashStream*)pStream)->arg.mem.pDataEnd);
340 ((SplashStream*)pStream)->arg.mem.pData = (void*)pSrc;
346 unsigned char* pSrc = (unsigned char*)(((SplashStream*)pStream)->arg.mem.pData);
347 unsigned char* pSrcEnd = (unsigned char*)(((SplashStream*)pStream)->arg.mem.pDataEnd);
367 pStream->arg.mem.pData = (unsigned char*)pData;
368 pStream->arg.mem.pDataEnd = (unsigned char*)pData + size;
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dstack_zero.hpp52 void setup(void *mem, size_t size) { argument
56 _base = (intptr_t *) mem;

Completed in 4571 milliseconds

1234