Searched defs:mem (Results 26 - 50 of 53) sorted by relevance

123

/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmsps2.c1073 GenerateCSA(cmsContext ContextID, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags, cmsIOHANDLER* mem) argument
1502 GenerateCRD(cmsContext ContextID, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags, cmsIOHANDLER* mem) argument
1581 cmsIOHANDLER* mem; local
1610 cmsIOHANDLER* mem; local
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DByteCodeMachine.java749 backrefInvalid(final int mem) argument
753 backrefStart(final int mem) argument
757 backrefEnd(final int mem) argument
761 backref(final int mem) argument
897 memIsInMemp(final int mem, final int num, final int mempp) argument
1089 repeatInc(final int mem, final int si) argument
1117 repeatIncNG(final int mem, final int si) argument
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A DmacroArrayCopy.cpp35 void PhaseMacroExpand::insert_mem_bar(Node** ctrl, Node** mem, int opcode, Node* precedent) { argument
66 Node* PhaseMacroExpand::make_leaf_call(Node* ctrl, Node* mem, argument
187 void PhaseMacroExpand::finish_arraycopy_call(Node* call, Node** ctrl, MergeMemNode** mem, const TypePtr* adr_type) { argument
274 generate_arraycopy(ArrayCopyNode *ac, AllocateArrayNode* alloc, Node** ctrl, MergeMemNode* mem, Node** io, const TypePtr* adr_type, BasicType basic_elem_type, Node* src, Node* src_offset, Node* dest, Node* dest_offset, Node* copy_length, bool disjoint_bases, bool length_never_negative, RegionNode* slow_region) argument
772 Node* mem = merge_mem->memory_at(alias_idx); // memory slice to operate on local
862 generate_block_arraycopy(Node** ctrl, MergeMemNode** mem, Node* io, const TypePtr* adr_type, BasicType basic_elem_type, AllocateNode* alloc, Node* src, Node* src_offset, Node* dest, Node* dest_offset, Node* dest_size, bool dest_uninitialized) argument
938 generate_slow_arraycopy(ArrayCopyNode *ac, Node** ctrl, Node* mem, Node** io, const TypePtr* adr_type, Node* src, Node* src_offset, Node* dest, Node* dest_offset, Node* copy_length, bool dest_uninitialized) argument
991 generate_checkcast_arraycopy(Node** ctrl, MergeMemNode** mem, const TypePtr* adr_type, Node* dest_elem_klass, Node* src, Node* src_offset, Node* dest, Node* dest_offset, Node* copy_length, bool dest_uninitialized) argument
1030 generate_generic_arraycopy(Node** ctrl, MergeMemNode** mem, const TypePtr* adr_type, Node* src, Node* src_offset, Node* dest, Node* dest_offset, Node* copy_length, bool dest_uninitialized) argument
1056 generate_unchecked_arraycopy(Node** ctrl, MergeMemNode** mem, const TypePtr* adr_type, BasicType basic_elem_type, bool disjoint_bases, Node* src, Node* src_offset, Node* dest, Node* dest_offset, Node* copy_length, bool dest_uninitialized) argument
1097 Node* mem = ac->in(TypeFunc::Memory); local
1112 Node* mem = ac->in(TypeFunc::Memory); local
1180 Node* mem = ac->in(TypeFunc::Memory); local
1188 Node* mem = generate_arraycopy(ac, NULL, &ctrl, merge_mem, &io, local
1214 Node* mem = ac->in(TypeFunc::Memory); local
1238 Node* mem = ac->in(TypeFunc::Memory); local
[all...]
H A Doutput.cpp2403 Node *mem = last->in(1); local
H A Dparse1.cpp107 Node *mem = memory(Compile::AliasIdxRaw); local
1996 MergeMemNode* mem local
2180 Node *mem = exit_return->in( TypeFunc::Memory ); local
2275 Node* mem = MergeMemNode::make(map()->memory()); local
[all...]
H A Dsuperword.hpp591 MemNode* mem() { return _mem; } function in class:VALUE_OBJ_CLASS_SPEC
H A Dstringopts.cpp371 Node *mem = init->in(TypeFunc::Memory); local
739 Node* mem = curr->in(TypeFunc::Memory); local
1291 Node* mem = PhiNode::make(head, kit.memory(byte_adr_idx), Type::MEMORY, TypeAryPtr::BYTES); local
[all...]
H A Dmemnode.hpp80 virtual Node* find_previous_arraycopy(PhaseTransform* phase, Node* ld_alloc, Node*& mem, bool can_see_stored_value) const { return NULL; } argument
192 LoadNode(Node *c, Node *mem, Node *adr, const TypePtr* at, const Type *rt, MemOrd mo, ControlDependency control_dependency) argument
293 LoadBNode(Node *c, Node *mem, Node *adr, const TypePtr* at, const TypeInt *ti, MemOrd mo, ControlDependency control_dependency = DependsOnlyOnTest) argument
307 LoadUBNode(Node* c, Node* mem, Node* adr, const TypePtr* at, const TypeInt* ti, MemOrd mo, ControlDependency control_dependency = DependsOnlyOnTest) argument
321 LoadUSNode(Node *c, Node *mem, Node *adr, const TypePtr* at, const TypeInt *ti, MemOrd mo, ControlDependency control_dependency = DependsOnlyOnTest) argument
335 LoadSNode(Node *c, Node *mem, Node *adr, const TypePtr* at, const TypeInt *ti, MemOrd mo, ControlDependency control_dependency = DependsOnlyOnTest) argument
349 LoadINode(Node *c, Node *mem, Node *adr, const TypePtr* at, const TypeInt *ti, MemOrd mo, ControlDependency control_dependency = DependsOnlyOnTest) argument
361 LoadRangeNode(Node *c, Node *mem, Node *adr, const TypeInt *ti = TypeInt::POS) argument
381 LoadLNode(Node *c, Node *mem, Node *adr, const TypePtr* at, const TypeLong *tl, MemOrd mo, ControlDependency control_dependency = DependsOnlyOnTest, bool require_atomic_access = false) argument
404 LoadL_unalignedNode(Node *c, Node *mem, Node *adr, const TypePtr* at, MemOrd mo, ControlDependency control_dependency = DependsOnlyOnTest) argument
413 LoadFNode(Node *c, Node *mem, Node *adr, const TypePtr* at, const Type *t, MemOrd mo, ControlDependency control_dependency = DependsOnlyOnTest) argument
433 LoadDNode(Node *c, Node *mem, Node *adr, const TypePtr* at, const Type *t, MemOrd mo, ControlDependency control_dependency = DependsOnlyOnTest, bool require_atomic_access = false) argument
456 LoadD_unalignedNode(Node *c, Node *mem, Node *adr, const TypePtr* at, MemOrd mo, ControlDependency control_dependency = DependsOnlyOnTest) argument
465 LoadPNode(Node *c, Node *mem, Node *adr, const TypePtr *at, const TypePtr* t, MemOrd mo, ControlDependency control_dependency = DependsOnlyOnTest) argument
478 LoadNNode(Node *c, Node *mem, Node *adr, const TypePtr *at, const Type* t, MemOrd mo, ControlDependency control_dependency = DependsOnlyOnTest) argument
494 LoadKlassNode(Node *c, Node *mem, Node *adr, const TypePtr *at, const TypeKlassPtr *tk, MemOrd mo) argument
510 LoadNKlassNode(Node *c, Node *mem, Node *adr, const TypePtr *at, const TypeNarrowKlass *tk, MemOrd mo) argument
547 StoreNode(Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, MemOrd mo) argument
551 StoreNode(Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, Node *oop_store, MemOrd mo) argument
616 StoreBNode(Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, MemOrd mo) argument
627 StoreCNode(Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, MemOrd mo) argument
638 StoreINode(Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, MemOrd mo) argument
656 StoreLNode(Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, MemOrd mo, bool require_atomic_access = false) argument
674 StoreFNode(Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, MemOrd mo) argument
691 StoreDNode(Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, MemOrd mo, bool require_atomic_access = false) argument
711 StorePNode(Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, MemOrd mo) argument
721 StoreNNode(Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, MemOrd mo) argument
731 StoreNKlassNode(Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, MemOrd mo) argument
752 StoreCMNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, Node *oop_store, int oop_alias_idx ) argument
773 LoadPLockedNode(Node *c, Node *mem, Node *adr, MemOrd mo) argument
834 StorePConditionalNode( Node *c, Node *mem, Node *adr, Node *val, Node *ll ) argument
845 StoreIConditionalNode( Node *c, Node *mem, Node *adr, Node *val, Node *ii ) argument
856 StoreLConditionalNode( Node *c, Node *mem, Node *adr, Node *val, Node *ll ) argument
866 CompareAndSwapNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, MemNode::MemOrd mem_ord) argument
879 CompareAndExchangeNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, MemNode::MemOrd mem_ord, const TypePtr* at, const Type* t) argument
892 CompareAndSwapBNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, MemNode::MemOrd mem_ord) argument
899 CompareAndSwapSNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, MemNode::MemOrd mem_ord) argument
906 CompareAndSwapINode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, MemNode::MemOrd mem_ord) argument
913 CompareAndSwapLNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, MemNode::MemOrd mem_ord) argument
920 CompareAndSwapPNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, MemNode::MemOrd mem_ord) argument
927 CompareAndSwapNNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, MemNode::MemOrd mem_ord) argument
934 WeakCompareAndSwapBNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, MemNode::MemOrd mem_ord) argument
941 WeakCompareAndSwapSNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, MemNode::MemOrd mem_ord) argument
948 WeakCompareAndSwapINode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, MemNode::MemOrd mem_ord) argument
955 WeakCompareAndSwapLNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, MemNode::MemOrd mem_ord) argument
962 WeakCompareAndSwapPNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, MemNode::MemOrd mem_ord) argument
969 WeakCompareAndSwapNNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, MemNode::MemOrd mem_ord) argument
976 CompareAndExchangeBNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, const TypePtr* at, MemNode::MemOrd mem_ord) argument
984 CompareAndExchangeSNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, const TypePtr* at, MemNode::MemOrd mem_ord) argument
991 CompareAndExchangeLNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, const TypePtr* at, MemNode::MemOrd mem_ord) argument
999 CompareAndExchangeINode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, const TypePtr* at, MemNode::MemOrd mem_ord) argument
1007 CompareAndExchangePNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, const TypePtr* at, const Type* t, MemNode::MemOrd mem_ord) argument
1014 CompareAndExchangeNNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, const TypePtr* at, const Type* t, MemNode::MemOrd mem_ord) argument
1021 GetAndAddBNode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at ) argument
1028 GetAndAddSNode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at ) argument
1035 GetAndAddINode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at ) argument
1042 GetAndAddLNode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at ) argument
1049 GetAndSetBNode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at ) argument
1056 GetAndSetSNode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at ) argument
1063 GetAndSetINode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at ) argument
1070 GetAndSetLNode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at ) argument
1077 GetAndSetPNode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at, const Type* t ) argument
1084 GetAndSetNNode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at, const Type* t ) argument
1534 Node *mem = _mem->is_top() ? _mm_base : _mem; local
1542 set_memory(Node* mem) argument
1601 PrefetchAllocationNode(Node *mem, Node *adr) argument
[all...]
H A Dcfgnode.cpp398 Node *mem = phi->in(i); local
770 PhiNode* mem = (PhiNode*) clone(); local
[all...]
H A Dcallnode.cpp1328 AllocateNode(Compile* C, const TypeFunc *atype, Node *ctrl, Node *mem, Node *abio, Node *size, Node *klass_node, Node *initial_test) argument
H A DcallGenerator.cpp382 Node* mem = MergeMemNode::make(map->in(TypeFunc::Memory)); local
H A Descape.cpp2528 Node *mem = find_inst_mem(phi->in(idx), alias_idx, orig_phi_worklist); local
2577 Node *mem = mmem; local
2759 Node* mem = result->in(0); local
3239 Node *mem = find_inst_mem(n->in(MemNode::Memory), alias_idx, orig_phis); local
3314 Node* mem = nmm->in(i); local
3382 Node *mem = phi->in(i); local
[all...]
H A Dgcm.cpp600 Node* mem = worklist_mem.pop(); local
[all...]
H A DgraphKit.hpp500 Node* mem = map_not_null()->memory(); local
860 MergeMemNode* mem = merged_memory(); local
H A Dmacro.cpp234 Node *mem = addp->last_out(j); local
328 static Node *scan_mem_chain(Node *mem, int alias_idx, int offset, Node *start_mem, Node *alloc, PhaseGVN *phase) { argument
429 make_arraycopy_load(ArrayCopyNode* ac, intptr_t offset, Node* ctl, Node* mem, BasicType ft, const Type *ftype, AllocateNode *alloc) argument
475 value_from_mem_phi(Node *mem, BasicType ft, const Type *phi_type, const TypeOopPtr *adr_t, AllocateNode *alloc, Node_Stack *value_phis, int level) argument
586 Node *mem = sfpt_mem; local
840 Node* mem = sfpt->memory(); local
1095 Node *mem = init->in(TypeFunc::Memory); local
1256 make_load(Node* ctl, Node* mem, Node* base, int offset, const Type* value_type, BasicType bt) argument
1265 make_store(Node* ctl, Node* mem, Node* base, int offset, Node* value, BasicType bt) argument
1335 Node* mem = alloc->in(TypeFunc::Memory); local
1590 Node* mem = new ProjNode(init,TypeFunc::Memory); local
2247 Node* mem = alock->in(TypeFunc::Memory); local
2306 Node* mem = lock->in(TypeFunc::Memory); local
2544 Node* mem = unlock->in(TypeFunc::Memory); local
[all...]
H A Dloopopts.cpp687 Node* mem = n->in(MemNode::Memory); local
[all...]
H A Dcallnode.hpp943 AllocateArrayNode(Compile* C, const TypeFunc *atype, Node *ctrl, Node *mem, Node *abio, argument
H A Dloopnode.cpp3288 Node *mem = n->in(MemNode::Memory); local
H A Dsuperword.cpp2221 Node* mem = first->in(MemNode::Memory); local
2252 Node* mem = first->in(MemNode::Memory); local
3683 ctor_1(Node* mem) argument
3725 ctor_6(Node* mem) argument
4123 Node* mem = ld->in(MemNode::Memory); local
[all...]
H A Dmemnode.cpp98 void MemNode::dump_adr_type(const Node* mem, const TypePtr* adr_type, outputStream *st) { argument
223 Node *mem = mmem; local
307 Node *mem = in(MemNode::Memory); local
507 find_previous_arraycopy(PhaseTransform* phase, Node* ld_alloc, Node*& mem, bool can_see_stored_value) const argument
579 Node* mem = in(MemNode::Memory); // start searching here... local
786 make(PhaseGVN& gvn, Node *ctl, Node *mem, Node *adr, const TypePtr* adr_type, const Type *rt, BasicType bt, MemOrd mo, ControlDependency control_dependency, bool unaligned, bool mismatched) argument
843 make_atomic(Node* ctl, Node* mem, Node* adr, const TypePtr* adr_type, const Type* rt, MemOrd mo, ControlDependency control_dependency, bool unaligned, bool mismatched) argument
856 make_atomic(Node* ctl, Node* mem, Node* adr, const TypePtr* adr_type, const Type* rt, MemOrd mo, ControlDependency control_dependency, bool unaligned, bool mismatched) argument
901 Node* mem = ac->in(TypeFunc::Memory); local
991 Node* mem = current->in(0)->in(TypeFunc::Memory); local
1107 Node* mem = in(Memory); local
1330 Node* mem = in(Memory); local
1542 Node* mem = in(MemNode::Memory); local
1661 Node* mem = in(MemNode::Memory); local
1869 Node *mem = in(MemNode::Memory); local
1892 Node* mem = in(MemNode::Memory); local
1903 Node* mem = in(MemNode::Memory); local
1924 Node* mem = in(MemNode::Memory); local
1933 Node* mem = in(MemNode::Memory); local
1954 Node* mem = in(MemNode::Memory); local
1963 Node* mem = in(MemNode::Memory); local
1984 Node* mem = in(MemNode::Memory); local
1995 Node* mem = in(MemNode::Memory); local
2011 make(PhaseGVN& gvn, Node* ctl, Node* mem, Node* adr, const TypePtr* at, const TypeKlassPtr* tk) argument
2338 make(PhaseGVN& gvn, Node* ctl, Node* mem, Node* adr, const TypePtr* adr_type, Node* val, BasicType bt, MemOrd mo) argument
2376 make_atomic(Node* ctl, Node* mem, Node* adr, const TypePtr* adr_type, Node* val, MemOrd mo) argument
2381 make_atomic(Node* ctl, Node* mem, Node* adr, const TypePtr* adr_type, Node* val, MemOrd mo) argument
2492 Node* mem = in(MemNode::Memory); local
2665 Node* mem = my_store->as_MergeMem()->memory_at(oop_alias_idx()); local
2699 LoadStoreNode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at, const Type* rt, uint required ) argument
2728 LoadStoreConditionalNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex ) argument
2775 Node *mem = in(1); local
2828 clear_memory(Node* ctl, Node* mem, Node* dest, intptr_t start_offset, Node* end_offset, PhaseGVN* phase) argument
2849 clear_memory(Node* ctl, Node* mem, Node* dest, Node* start_offset, Node* end_offset, PhaseGVN* phase) argument
2876 clear_memory(Node* ctl, Node* mem, Node* dest, intptr_t start_offset, intptr_t end_offset, PhaseGVN* phase) argument
3144 Node* mem = in(Memory); local
4143 make(Node* mem) argument
4161 Node* mem = in(i); local
4376 Node* mem = (in(i) != NULL) ? memory_at(i) : base_mem; local
[all...]
H A Dcompile.cpp2624 Node* mem = n->in(MemNode::Memory); local
2856 MemNode *mem = (MemNode*)n; local
[all...]
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp527 unsigned char* mem = NULL; local
H A DjvmtiEnv.cpp128 JvmtiEnv::Deallocate(unsigned char* mem) { argument
/openjdk10/test/lib/sun/hotspot/
H A DWhiteBox.java207 public native void NMTFree(long mem); argument
/openjdk10/hotspot/src/share/vm/runtime/
H A Dos.cpp942 size_t mem = physical_memory()/G; local

Completed in 575 milliseconds

123