| /openjdk7/jdk/src/share/classes/sun/security/jgss/ |
| H A D | GSSToken.java | 117 * @param val the integer value. It will lose the high-order two bytes. 121 public static final void writeInt(int val, OutputStream os) argument 123 os.write(val>>>8); 124 os.write(val); 130 * @param val the integer value. It will lose the high-order two bytes. 134 public static final int writeInt(int val, byte[] dest, int pos) { argument 135 dest[pos++] = (byte)(val>>>8); 136 dest[pos++] = (byte)val; 156 * @param src the byte arra to read from 160 public static final int readInt(byte[] src, in argument [all...] |
| /openjdk7/jdk/src/share/classes/java/util/ |
| H A D | Arrays.java | 560 * off is the offset to generate corresponding low, high in src 563 private static void mergeSort(Object[] src, argument 579 // Recursively sort halves of dest into src 585 mergeSort(dest, src, low, mid, -off); 586 mergeSort(dest, src, mid, high, -off); 588 // If list is already sorted, just copy from src to dest. This is an 590 if (((Comparable)src[mid-1]).compareTo(src[mid]) <= 0) { 591 System.arraycopy(src, low, dest, destLow, length); 595 // Merge sorted halves (now in src) int 749 mergeSort(Object[] src, Object[] dest, int low, int high, int off, Comparator c) argument 1885 fill(long[] a, long val) argument 1907 fill(long[] a, int fromIndex, int toIndex, long val) argument 1920 fill(int[] a, int val) argument 1942 fill(int[] a, int fromIndex, int toIndex, int val) argument 1955 fill(short[] a, short val) argument 1977 fill(short[] a, int fromIndex, int toIndex, short val) argument 1990 fill(char[] a, char val) argument 2012 fill(char[] a, int fromIndex, int toIndex, char val) argument 2025 fill(byte[] a, byte val) argument 2047 fill(byte[] a, int fromIndex, int toIndex, byte val) argument 2060 fill(boolean[] a, boolean val) argument 2082 fill(boolean[] a, int fromIndex, int toIndex, boolean val) argument 2096 fill(double[] a, double val) argument 2118 fill(double[] a, int fromIndex, int toIndex,double val) argument 2131 fill(float[] a, float val) argument 2153 fill(float[] a, int fromIndex, int toIndex, float val) argument 2168 fill(Object[] a, Object val) argument 2192 fill(Object[] a, int fromIndex, int toIndex, Object val) argument [all...] |
| H A D | Collections.java | 580 * @param src The source list. 586 public static <T> void copy(List<? super T> dest, List<? extends T> src) { argument 587 int srcSize = src.size(); 592 (src instanceof RandomAccess && dest instanceof RandomAccess)) { 594 dest.set(i, src.get(i)); 597 ListIterator<? extends T> si=src.listIterator(); 1338 public boolean containsValue(Object val) {return m.containsValue(val);} argument
|
| /openjdk7/jdk/src/share/native/java/lang/ |
| H A D | System.c | 59 #define PUTPROP(props, key, val) \ 62 jstring jval = (*env)->NewStringUTF(env, val); \ 71 "val" is a nchar (typedefed in java_props.h) type string */ 73 #define PUTPROP_ForPlatformNString(props, key, val) \ 76 jstring jval = GetStringPlatform(env, val); \ 368 const char * val = (*env)->GetStringUTFChars(env, jVMVal, 0); local 369 fmtdefault = !strcmp(val, "true"); 370 (*env)->ReleaseStringUTFChars(env, jVMVal, val); 441 static void cpchars(jchar *dst, char *src, int n) argument 445 dst[i] = src[ [all...] |
| /openjdk7/jdk/src/share/native/sun/awt/medialib/ |
| H A D | mlib_ImageConvMxN_Fp.c | 33 * const mlib_image *src, 44 * src Pointer to source image. 59 * The unselected channels are not overwritten. If both src and dst have 69 * The src and the dst must be the same type and have same number 82 const mlib_f32 *src, 90 const mlib_f32 *src, 97 const mlib_d64 *src, 105 const mlib_d64 *src, 115 const mlib_f32 *src, 125 const mlib_d64 *src, 135 mlib_ImageConvMxN_Fp(mlib_image *dst, const mlib_image *src, const mlib_d64 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, mlib_s32 cmask, mlib_edge edge) argument 157 mlib_ImageConvMxNMulAdd_F32(mlib_f32 *dst, const mlib_f32 *src, const mlib_d64 *kernel, mlib_s32 n, mlib_s32 m, mlib_s32 nch, mlib_s32 dnch) argument 241 mlib_ImageConvMxNF322F32_ext(mlib_f32 *dst, const mlib_f32 *src, mlib_s32 n, mlib_s32 nch, mlib_s32 dx_l, mlib_s32 dx_r) argument 249 mlib_f32 val = src[0]; local 264 mlib_convMxNext_f32(mlib_image *dst, const mlib_image *src, const mlib_d64 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument 544 mlib_ImageConvMxNMulAdd_D64(mlib_d64 *dst, const mlib_d64 *src, const mlib_d64 *kernel, mlib_s32 n, mlib_s32 m, mlib_s32 nch, mlib_s32 dnch) argument 629 mlib_ImageConvMxND642D64_ext(mlib_d64 *dst, const mlib_d64 *src, mlib_s32 n, mlib_s32 nch, mlib_s32 dx_l, mlib_s32 dx_r) argument 637 mlib_d64 val = src[0]; local 652 mlib_convMxNext_d64(mlib_image *dst, const mlib_image *src, const mlib_d64 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument [all...] |
| H A D | mlib_ImageConvMxN_ext.c | 33 * const mlib_image *src, 45 * src Pointer to source image. 63 * The unselected channels are not overwritten. If both src and dst have 73 * The src and the dst must be the same type and have same number 88 const mlib_s32 *src, 95 mlib_d64 *src, 100 const mlib_s32 *src, 109 #define CLAMP_S32(dst, src) \ 110 dst = (mlib_s32)(src) 114 #define CLAMP_S32(dst, src) { \ 124 mlib_ImageConvMxNMulAdd_S32(mlib_d64 *dst, const mlib_s32 *src, const mlib_d64 *dkernel, mlib_s32 n, mlib_s32 m, mlib_s32 nch) argument 170 mlib_ImageConvMxNMedian_S32(mlib_s32 *dst, mlib_d64 *src, mlib_s32 n, mlib_s32 nch) argument 190 mlib_ImageConvMxNS322S32_ext(mlib_s32 *dst, const mlib_s32 *src, mlib_s32 n, mlib_s32 nch, mlib_s32 dx_l, mlib_s32 dx_r) argument 198 mlib_d64 val = src[0]; local 213 mlib_convMxNext_s32(mlib_image *dst, const mlib_image *src, const mlib_s32 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 scale, mlib_s32 cmask) argument [all...] |
| /openjdk7/jdk/src/share/classes/java/awt/geom/ |
| H A D | QuadCurve2D.java | 736 * Subdivides the quadratic curve specified by the <code>src</code> 740 * objects can be the same as the <code>src</code> object or 742 * @param src the quadratic curve to be subdivided 749 public static void subdivide(QuadCurve2D src, argument 752 double x1 = src.getX1(); 753 double y1 = src.getY1(); 754 double ctrlx = src.getCtrlX(); 755 double ctrly = src.getCtrlY(); 756 double x2 = src.getX2(); 757 double y2 = src 800 subdivide(double src[], int srcoff, double left[], int leftoff, double right[], int rightoff) argument 1039 fillEqn(double eqn[], double val, double c1, double cp, double c2) argument [all...] |
| /openjdk7/jdk/src/share/classes/java/math/ |
| H A D | MutableBigInteger.java | 91 * the int val. 93 MutableBigInteger(int val) { argument 96 value[0] = val; 103 MutableBigInteger(int[] val) { argument 104 value = val; 105 intLen = val.length; 121 MutableBigInteger(MutableBigInteger val) { argument 122 intLen = val.intLen; 123 value = Arrays.copyOfRange(val.value, val 346 setInt(int index, int val) argument 354 setValue(int[] val, int length) argument 364 copyValue(MutableBigInteger src) argument 377 copyValue(int[] val) argument 1295 inverseMod32(int val) argument [all...] |
| /openjdk7/hotspot/src/share/vm/opto/ |
| H A D | vectornode.hpp | 382 StoreVectorNode(Node* c, Node* mem, Node* adr, const TypePtr* at, Node* val) argument 383 : StoreNode(c, mem, adr, at, val) { 384 assert(val->is_Vector() || val->is_LoadVector(), "sanity"); 398 Node* adr, const TypePtr* atyp, Node* val, 549 ExtractNode(Node* src, ConINode* pos) : Node(NULL, src, (Node*)pos) { argument 562 ExtractBNode(Node* src, ConINode* pos) : ExtractNode(src, pos) {} argument 572 ExtractUBNode(Node* src, ConINod argument 582 ExtractCNode(Node* src, ConINode* pos) argument 592 ExtractSNode(Node* src, ConINode* pos) argument 602 ExtractINode(Node* src, ConINode* pos) argument 612 ExtractLNode(Node* src, ConINode* pos) argument 622 ExtractFNode(Node* src, ConINode* pos) argument 632 ExtractDNode(Node* src, ConINode* pos) argument [all...] |
| H A D | escape.cpp | 679 Node *val = n->in(MemNode::ValueIn); local 680 PointsToNode* ptn = ptnode_adr(val->_idx); 686 Node *val = n->in(MemNode::ValueIn); local 687 PointsToNode* ptn = ptnode_adr(val->_idx); 885 // src or dst could be j.l.Object when other is basic type array: 917 Node* src = call->in(TypeFunc::Parms); local 918 if (src->is_AddP()) { 919 src = get_addp_base(src); 921 PointsToNode* src_ptn = ptnode_adr(src 1461 PointsToNode* val = ptnode_adr(value->_idx); local 1872 add_arraycopy(Node *n, PointsToNode::EscapeState es, PointsToNode* src, PointsToNode* dst) argument 2861 Node *val = get_map(jobj->idx()); // CheckCastPP node local [all...] |
| H A D | gcm.cpp | 800 uint src = self->is_Proj() ? self->in(0)->_idx : self->_idx; local 801 uint src_rpo = _bbs[src]->_rpo; 1329 Node *val = matcher._null_check_tests[i+1]; local 1330 _bbs[proj->_idx]->implicit_null_check(this, proj, val, allowed_reasons);
|
| H A D | memnode.hpp | 452 StoreNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val ) 453 : MemNode(c,mem,adr,at,val) { 456 StoreNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, Node *oop_store ) argument 457 : MemNode(c,mem,adr,at,val,oop_store) { 463 const TypePtr* at, Node *val, BasicType bt ); 494 StoreBNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val ) : StoreNode(c,mem,adr,at,val) {} 504 StoreCNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val ) : StoreNode(c,mem,adr,at,val) {} 514 StoreINode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val ) 531 StoreLNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, bool require_atomic_access = false ) argument 599 StoreCMNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, Node *oop_store, int oop_alias_idx ) argument 633 SCMemProjNode( Node *src) 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 [all...] |
| H A D | graphKit.cpp | 317 static inline void add_one_req(Node* dstphi, Node* src) { argument 319 assert(!is_hidden_merge(src), "must not be a special merge node"); 320 dstphi->add_req(src); 365 // if there is special marking on ex_map also, we add multiple edges from src 399 Node* src = ex_map->in(i); local 401 if (src != dst) { 414 if (add_multiple && src->in(0) == ex_control) { 416 add_n_reqs(dst, src); 418 while (dst->req() < region->req()) add_one_req(dst, src); 420 const Type* srctype = _gvn.type(src); 1444 store_to_memory(Node* ctl, Node* adr, Node *val, BasicType bt, int adr_idx, bool require_atomic_access) argument 1468 pre_barrier(bool do_load, Node* ctl, Node* obj, Node* adr, uint adr_idx, Node* val, const TypeOopPtr* val_type, Node* pre_val, BasicType bt) argument 1498 post_barrier(Node* ctl, Node* store, Node* obj, Node* adr, uint adr_idx, Node* val, BasicType bt, bool use_precise) argument 1529 store_oop(Node* ctl, Node* obj, Node* adr, const TypePtr* adr_type, Node* val, const TypeOopPtr* val_type, BasicType bt, bool use_precise) argument 1557 post_barrier(control(), store, obj, adr, adr_idx, val, bt, use_precise); local 1562 store_oop_to_unknown(Node* ctl, Node* obj, Node* adr, const TypePtr* adr_type, Node* val, BasicType bt) argument 3454 write_barrier_post(Node* oop_store, Node* obj, Node* adr, uint adr_idx, Node* val, bool use_precise) argument 3542 g1_write_barrier_pre(bool do_load, Node* obj, Node* adr, uint alias_idx, Node* val, const TypeOopPtr* val_type, Node* pre_val, BasicType bt) argument 3673 g1_write_barrier_post(Node* oop_store, Node* obj, Node* adr, uint alias_idx, Node* val, BasicType bt, bool use_precise) argument [all...] |
| H A D | library_call.cpp | 244 Node* src, Node* src_offset, 261 Node* src, Node* src_offset, 265 Node* src, Node* src_offset, 270 Node* src, Node* src_offset, 274 Node* src, Node* src_offset, 280 Node* src, Node* src_offset, 1200 // int src = source[i + targetCountLess1]; 1201 // if (src == lastChar) { 1224 // if ((cache & (1 << src)) == 0) { 1271 Node* src local 2327 Node* val; local 2460 (void) store_to_memory(control(), adr, val, type, adr_type, is_volatile); local 2465 (void) store_oop_to_unknown(control(), heap_base_oop, adr, adr_type, val, type); local 2481 __ store(__ ctrl(), adr, val, type, alias_type->index(), is_volatile); local 2813 Node* val = argument(4); // type: oop, int, or long local 4107 Node* src = make_unsafe_address(src_ptr, src_off); local 4150 Node* src = obj; local 4434 Node* src = argument(0); // type: oop local 4576 generate_arraycopy(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 5174 generate_block_arraycopy(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 5235 generate_slow_arraycopy(const TypePtr* adr_type, Node* src, Node* src_offset, Node* dest, Node* dest_offset, Node* copy_length, bool dest_uninitialized) argument 5253 generate_checkcast_arraycopy(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 5295 generate_generic_arraycopy(const TypePtr* adr_type, Node* src, Node* src_offset, Node* dest, Node* dest_offset, Node* copy_length, bool dest_uninitialized) argument 5316 generate_unchecked_arraycopy(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 5432 Node* src = argument(1); local 5487 Node* src = argument(1); local 5613 Node* src = argument(1); local [all...] |
| /openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/ |
| H A D | ImageTests.java | 123 imgsrcroot = new Group.EnableSet(imageroot, "src", 132 "Touch src image before every operation", 225 Image src; field in class:ImageTests.Context 249 ictx.src = env.getSrcImage(); 472 Image src = tsit.getImage(env, size, size); 473 Graphics g = src.getGraphics(); 492 env.setSrcImage(src); 503 public String getModifierValueName(Object val) { argument 519 Image src = ictx.src; [all...] |
| /openjdk7/jdk/src/share/classes/java/io/ |
| H A D | ObjectOutputStream.java | 672 * @param val the byte to be written to the stream 675 public void write(int val) throws IOException { argument 676 bout.write(val); 745 * @param val the boolean to be written 749 public void writeBoolean(boolean val) throws IOException { argument 750 bout.writeBoolean(val); 756 * @param val the byte value to be written 760 public void writeByte(int val) throws IOException { argument 761 bout.writeByte(val); 767 * @param val th 771 writeShort(int val) argument 782 writeChar(int val) argument 793 writeInt(int val) argument 804 writeLong(long val) argument 815 writeFloat(float val) argument 826 writeDouble(double val) argument 887 put(String name, boolean val) argument 899 put(String name, byte val) argument 911 put(String name, char val) argument 923 put(String name, short val) argument 935 put(String name, int val) argument 947 put(String name, long val) argument 959 put(String name, float val) argument 971 put(String name, double val) argument 984 put(String name, Object val) argument 1581 floatsToBytes(float[] src, int srcpos, byte[] dst, int dstpos, int nfloats) argument 1589 doublesToBytes(double[] src, int srcpos, byte[] dst, int dstpos, int ndoubles) argument 1615 put(String name, boolean val) argument 1619 put(String name, byte val) argument 1623 put(String name, char val) argument 1627 put(String name, short val) argument 1631 put(String name, int val) argument 1635 put(String name, float val) argument 1639 put(String name, long val) argument 1643 put(String name, double val) argument 1647 put(String name, Object val) argument [all...] |
| H A D | ObjectInputStream.java | 1102 * @param val the default value to use if <code>name</code> does not 1110 public abstract boolean get(String name, boolean val) argument 1117 * @param val the default value to use if <code>name</code> does not 1125 public abstract byte get(String name, byte val) throws IOException; argument 1131 * @param val the default value to use if <code>name</code> does not 1139 public abstract char get(String name, char val) throws IOException; argument 1145 * @param val the default value to use if <code>name</code> does not 1153 public abstract short get(String name, short val) throws IOException; argument 1159 * @param val the default value to use if <code>name</code> does not 1167 public abstract int get(String name, int val) throw argument 1181 get(String name, long val) argument 1195 get(String name, float val) argument 1209 get(String name, double val) argument 1223 get(String name, Object val) argument 2030 bytesToFloats(byte[] src, int srcpos, float[] dst, int dstpos, int nfloats) argument 2038 bytesToDoubles(byte[] src, int srcpos, double[] dst, int dstpos, int ndoubles) argument 2090 get(String name, boolean val) argument 2095 get(String name, byte val) argument 2100 get(String name, char val) argument 2105 get(String name, short val) argument 2110 get(String name, int val) argument 2115 get(String name, float val) argument 2120 get(String name, long val) argument 2125 get(String name, double val) argument 2130 get(String name, Object val) argument [all...] |
| /openjdk7/hotspot/src/cpu/sparc/vm/ |
| H A D | c1_LIRAssembler_sparc.cpp | 79 LIR_Opr src = op1->in_opr(); local 82 if (src == dst) { 84 // this works around a problem where moves with the same src and dst 98 if (src->is_double_cpu() || dst->is_double_cpu() || op1->patch_code() != lir_patch_none || 99 ((src->is_double_fpu() || dst->is_double_fpu()) && op1->move_kind() != lir_move_normal)) { 105 if (src->is_address() && !src->is_stack() && (src->type() == T_OBJECT || src->type() == T_ARRAY)) return false; 109 if (src 727 LIR_Opr val = op->in_opr(); local 1026 const2stack(LIR_Opr src, LIR_Opr dest) argument 1088 const2mem(LIR_Opr src, LIR_Opr dest, BasicType type, CodeEmitInfo* info, bool wide) argument 1167 const2reg(LIR_Opr src, LIR_Opr dest, LIR_PatchCode patch_code, CodeEmitInfo* info) argument 1297 stack2stack(LIR_Opr src, LIR_Opr dest, BasicType type) argument 1352 Register src = addr->base()->as_pointer_register(); local 1406 prefetchr(LIR_Opr src) argument 1416 prefetchw(LIR_Opr src) argument 1426 stack2reg(LIR_Opr src, LIR_Opr dest, BasicType type) argument 1498 Register src = addr->base()->as_pointer_register(); local 2062 Register src = op->src()->as_register(); local 3162 volatile_move_op(LIR_Opr src, LIR_Opr dest, BasicType type, CodeEmitInfo* info) argument 3284 pack64(LIR_Opr src, LIR_Opr dst) argument 3295 unpack64(LIR_Opr src, LIR_Opr dst) argument 3415 atomic_op(LIR_Code code, LIR_Opr src, LIR_Opr data, LIR_Opr dest, LIR_Opr tmp) argument [all...] |
| H A D | assembler_sparc.cpp | 1663 jfloat val = f[j]; local 1667 sprintf(b1, "%f", val); 1674 s->print(" = %f", val); 1676 s->print_cr(" (0x%x)", val); 1683 jdouble val = d[j]; local 1687 sprintf(b1, "%f", val); 1694 s->print(" = %f", val); 1696 s->print("(0x%x)", *(int*)&val); 1698 s->print_cr("(0x%x)", *(1 + (int*)&val)); 2493 void MacroAssembler::load_sized_value(Address src, Registe argument 2503 store_sized_value(Register src, Address dst, size_t size_in_bytes) argument 4762 encode_heap_oop(Register src, Register dst) argument 4800 encode_heap_oop_not_null(Register src, Register dst) argument 4814 decode_heap_oop(Register src, Register dst) argument 4840 decode_heap_oop_not_null(Register src, Register dst) argument [all...] |
| /openjdk7/hotspot/src/cpu/x86/vm/ |
| H A D | c1_LIRAssembler_x86.cpp | 634 void LIR_Assembler::const2reg(LIR_Opr src, LIR_Opr dest, LIR_PatchCode patch_code, CodeEmitInfo* info) { argument 635 assert(src->is_constant(), "should not call otherwise"); 637 LIR_Const* c = src->as_constant_ptr(); 721 void LIR_Assembler::const2stack(LIR_Opr src, LIR_Opr dest) { argument 722 assert(src->is_constant(), "should not call otherwise"); 724 LIR_Const* c = src->as_constant_ptr(); 758 void LIR_Assembler::const2mem(LIR_Opr src, LIR_Opr dest, BasicType type, CodeEmitInfo* info, bool wide) { argument 759 assert(src->is_constant(), "should not call otherwise"); 761 LIR_Const* c = src->as_constant_ptr(); 843 void LIR_Assembler::reg2reg(LIR_Opr src, LIR_Op argument 929 reg2stack(LIR_Opr src, LIR_Opr dest, BasicType type, bool pop_fpu_stack) argument 974 reg2mem(LIR_Opr src, LIR_Opr dest, BasicType type, LIR_PatchCode patch_code, CodeEmitInfo* info, bool pop_fpu_stack, bool wide, bool ) argument 1098 stack2reg(LIR_Opr src, LIR_Opr dest, BasicType type) argument 1140 stack2stack(LIR_Opr src, LIR_Opr dest, BasicType type) argument 1174 mem2reg(LIR_Opr src, LIR_Opr dest, BasicType type, LIR_PatchCode patch_code, CodeEmitInfo* info, bool wide, bool ) argument 1344 prefetchr(LIR_Opr src) argument 1365 prefetchw(LIR_Opr src) argument 1459 LIR_Opr src = op->in_opr(); local 2467 int val = right->as_constant_ptr()->as_jint(); local 3058 Register src = op->src()->as_register(); local 3665 volatile_move_op(LIR_Opr src, LIR_Opr dest, BasicType type, CodeEmitInfo* info) argument 3772 atomic_op(LIR_Code code, LIR_Opr src, LIR_Opr data, LIR_Opr dest, LIR_Opr tmp) argument [all...] |
| /openjdk7/hotspot/src/share/vm/runtime/ |
| H A D | arguments.cpp | 1674 bool Arguments::verify_interval(uintx val, uintx min, argument 1678 if (val >= min && val <= max) { 1684 name, val, min, max); local 1688 bool Arguments::verify_min_value(intx val, intx min, const char* name) { argument 1691 if (val >= min ) { 1696 name, val, min); local 3366 // Copies src into buf, replacing "%%" with "%" and "%p" with pid 3367 // Returns true if all of the source pointed by src has been copied over to 3375 bool Arguments::copy_expand_pid(const char* src, size_ argument [all...] |
| /openjdk7/jdk/src/share/native/sun/security/ec/impl/ |
| H A D | mpi.c | 2286 mp_int t0, t1, val, tmp, two2k; local 2302 MP_DIGITS(&val) = 0; 2305 MP_CHECKOK( mp_init_copy(&val, a) ); 2306 s_mp_mod_2d(&val, k); 2307 MP_CHECKOK( mp_init_copy(&t0, &val) ); 2313 MP_CHECKOK( mp_mul(&val, &t1, &tmp) ); 2333 mp_clear(&val); 2568 int ix = 0, val = 0; local 2593 while((val = s_mp_tovalue(str[ix], radix)) >= 0) { 2596 if((res = s_mp_add_d(mp, val)) ! 3042 mp_digit *src, *dst; local 4598 int val, xch; local 4638 s_mp_todigit(mp_digit val, int r, int low) argument [all...] |
| /openjdk7/hotspot/src/share/vm/adlc/ |
| H A D | formssel.cpp | 181 const char *src = _matrule->_rChild->_opType; local 182 OperandForm *src_op = globalNames[src]->is_operand(); 3489 const char *src = _matrule->_rChild->_opType; local 3490 OperandForm *src_op = globals[src]->is_operand(); 4174 Attribute::Attribute(char *id, char* val, int type) argument 4175 : _ident(id), _val(val), _atype(type) {
|