Searched defs:dst (Results 326 - 350 of 358) sorted by relevance

<<1112131415

/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWWindowPeer.java1153 private void blitSurfaceData(final SurfaceData src, final SurfaceData dst) { argument
1155 if (src != dst && src != null && dst != null
1156 && !(dst instanceof NullSurfaceData)
1158 && src.getSurfaceType().equals(dst.getSurfaceType())
1159 && src.getDefaultScale() == dst.getDefaultScale()) {
1163 dst.getSurfaceType());
1165 blit.Blit(src, dst, AlphaComposite.Src, null, 0, 0, 0, 0,
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DXRBackendNative.c358 (JNIEnv *env, jobject this, jint src, jint dst, jlong gc,
360 XCopyArea(awt_display, (Drawable) src, (Drawable) dst,
366 (JNIEnv *env, jobject this, jbyte op, jint src, jint mask, jint dst,
370 (Picture)src, (Picture)mask, (Picture)dst,
376 (JNIEnv *env, jobject this, jint dst, jbyte op,
384 XRenderFillRectangle(awt_display, op, (Picture) dst, &color,
390 (JNIEnv *env, jclass xsd, jint dst, jbyte op,
429 (Picture) dst, &color, xRects, rectCnt);
609 (JNIEnv *env, jclass xsd, jlong dst,
622 if (dst !
357 Java_sun_java2d_xr_XRBackendNative_copyArea(JNIEnv *env, jobject this, jint src, jint dst, jlong gc, jint srcx, jint srcy, jint width, jint height, jint dstx, jint dsty) argument
365 Java_sun_java2d_xr_XRBackendNative_renderComposite(JNIEnv *env, jobject this, jbyte op, jint src, jint mask, jint dst, jint srcX, jint srcY, jint maskX, jint maskY, jint dstX, jint dstY, jint width, jint height) argument
375 Java_sun_java2d_xr_XRBackendNative_renderRectangle(JNIEnv *env, jobject this, jint dst, jbyte op, jshort red, jshort green, jshort blue, jshort alpha, jint x, jint y, jint width, jint height) argument
389 Java_sun_java2d_xr_XRBackendNative_XRenderRectanglesNative(JNIEnv *env, jclass xsd, jint dst, jbyte op, jshort red, jshort green, jshort blue, jshort alpha, jintArray rectArray, jint rectCnt) argument
608 Java_sun_java2d_xr_XRBackendNative_XRSetClipNative(JNIEnv *env, jclass xsd, jlong dst, jint x1, jint y1, jint x2, jint y2, jobject complexclip, jboolean isGC) argument
831 Java_sun_java2d_xr_XRBackendNative_XRenderCompositeTextNative(JNIEnv *env, jclass cls, jint op, jint src, jint dst, jlong maskFmt, jintArray eltArray, jintArray glyphIDArray, jint eltCnt, jint glyphCnt) argument
930 Java_sun_java2d_xr_XRBackendNative_GCRectanglesNative(JNIEnv *env, jclass xsd, jint dst, jlong gc, jintArray rectArray, jint rectCnt) argument
971 Java_sun_java2d_xr_XRBackendNative_renderCompositeTrapezoidsNative(JNIEnv *env, jclass cls, jbyte op, jint src, jlong maskFmt, jint dst, jint srcX, jint srcY, jintArray trapArray) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DContext.cpp42 D3DBLEND dst; member in struct:__anon1074
1392 StdBlendRules[rule].dst);
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java432 void copyFile(boolean deletesrc, byte[]src, byte[] dst, CopyOption... options) argument
436 if (Arrays.equals(src, dst))
437 return; // do nothing, src and dst are the same
445 if (eSrc.isDir()) { // spec says to create dst dir
446 createDirectory(dst);
457 Entry eDst = getEntry0(dst);
460 throw new FileAlreadyExistsException(getString(dst));
462 checkParents(dst);
465 u.name(dst); // change name
603 public int read(ByteBuffer dst) throw
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c88 int allocDefaultDst; /* If TRUE, alloc def CM dst buffer */
89 int cvtToDst; /* If TRUE, convert dst buffer to Dst CM */
241 mlib_image *dst; local
365 if (allocateArray(env, dstImageP, &dst, &ddata, FALSE,
380 freeArray(env, srcImageP, src, sdata, dstImageP, dst, ddata);
389 freeArray(env, srcImageP, src, sdata, dstImageP, dst, ddata);
415 status = (*sMlibFns[MLIB_CONVMxN].fptr)(dst, src, kdata, w, h,
441 dP = (unsigned int *)mlib_ImageGetData(dst);
446 printf("dst is \n");
457 if (storeImageArray(env, srcImageP, dstImageP, dst) <
481 mlib_image *dst; local
743 mlib_image *dst; local
951 mlib_image *dst; local
1169 lookupShortData(mlib_image* src, mlib_image* dst, LookupArrayInfo* lookup) argument
1271 mlib_image *dst; local
1507 mlib_image* dst; local
[all...]
H A Dmlib_ImageConv_16ext.c87 mlib_image *dst, \
99 mlib_image *dst, \
229 dll = mlib_ImageGetStride(dst) / sizeof(type); \
231 adr_dst = (type *)mlib_ImageGetData(dst)
247 #define CLAMP_STORE(dst, val) \
250 dst = MLIB_U8_MIN; \
252 dst = MLIB_U8_MAX; \
254 dst = (mlib_u8)val; \
259 #define CLAMP_STORE(dst, val) \
261 dst
1614 mlib_ImageConv1xN_ext(mlib_image *dst, const mlib_image *src, const mlib_d64 *k, mlib_s32 n, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
[all...]
H A Dmlib_ImageConv_16nw.c197 dll = mlib_ImageGetStride(dst) / sizeof(type); \
199 adr_dst = (type *)mlib_ImageGetData(dst)
215 #define CLAMP_STORE(dst, val) \
218 dst = MLIB_U8_MIN; \
220 dst = MLIB_U8_MAX; \
222 dst = (mlib_u8)val; \
227 #define CLAMP_STORE(dst, val) \
229 dst = MLIB_S16_MAX; \
231 dst = MLIB_S16_MIN; \
233 dst
251 mlib_status CONV_FUNC(3x3)(mlib_image *dst, variable
461 mlib_status CONV_FUNC_I(3x3)(mlib_image *dst, variable
574 mlib_status CONV_FUNC(4x4)(mlib_image *dst, variable
767 mlib_status CONV_FUNC(5x5)(mlib_image *dst, variable
1004 mlib_status CONV_FUNC_I(5x5)(mlib_image *dst, variable
1230 mlib_status CONV_FUNC(7x7)(mlib_image *dst, variable
1408 mlib_ImageConv1xN(mlib_image *dst, const mlib_image *src, const mlib_d64 *k, mlib_s32 n, mlib_s32 dn, mlib_s32 cmask) argument
1633 MxN(mlib_image *dst, const mlib_image *src, const mlib_s32 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, mlib_s32 scale, mlib_s32 cmask) argument
2048 MxN(mlib_image *dst, const mlib_image *src, const mlib_s32 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, mlib_s32 scale, mlib_s32 cmask) argument
[all...]
H A Dmlib_ImageConv_8ext.c87 mlib_image *dst, \
99 mlib_image *dst, \
229 dll = mlib_ImageGetStride(dst) / sizeof(type); \
231 adr_dst = (type *)mlib_ImageGetData(dst)
247 #define CLAMP_STORE(dst, val) \
250 dst = MLIB_U8_MIN; \
252 dst = MLIB_U8_MAX; \
254 dst = (mlib_u8)val; \
259 #define CLAMP_STORE(dst, val) \
261 dst
1614 mlib_ImageConv1xN_ext(mlib_image *dst, const mlib_image *src, const mlib_d64 *k, mlib_s32 n, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
[all...]
H A Dmlib_ImageConv_8nw.c198 dll = mlib_ImageGetStride(dst) / sizeof(type); \
200 adr_dst = (type *)mlib_ImageGetData(dst)
216 #define CLAMP_STORE(dst, val) \
219 dst = MLIB_U8_MIN; \
221 dst = MLIB_U8_MAX; \
223 dst = (mlib_u8)val; \
228 #define CLAMP_STORE(dst, val) \
230 dst = MLIB_S16_MAX; \
232 dst = MLIB_S16_MIN; \
234 dst
252 mlib_status CONV_FUNC(3x3)(mlib_image *dst, variable
462 mlib_status CONV_FUNC_I(3x3)(mlib_image *dst, variable
575 mlib_status CONV_FUNC(4x4)(mlib_image *dst, variable
768 mlib_status CONV_FUNC(5x5)(mlib_image *dst, variable
1005 mlib_status CONV_FUNC_I(5x5)(mlib_image *dst, variable
1231 mlib_status CONV_FUNC(7x7)(mlib_image *dst, variable
1409 mlib_ImageConv1xN(mlib_image *dst, const mlib_image *src, const mlib_d64 *k, mlib_s32 n, mlib_s32 dn, mlib_s32 cmask) argument
1634 MxN(mlib_image *dst, const mlib_image *src, const mlib_s32 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, mlib_s32 scale, mlib_s32 cmask) argument
2049 MxN(mlib_image *dst, const mlib_image *src, const mlib_s32 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, mlib_s32 scale, mlib_s32 cmask) argument
[all...]
H A Dmlib_ImageConv_u16ext.c87 mlib_image *dst, \
99 mlib_image *dst, \
229 dll = mlib_ImageGetStride(dst) / sizeof(type); \
231 adr_dst = (type *)mlib_ImageGetData(dst)
247 #define CLAMP_STORE(dst, val) \
250 dst = MLIB_U8_MIN; \
252 dst = MLIB_U8_MAX; \
254 dst = (mlib_u8)val; \
259 #define CLAMP_STORE(dst, val) \
261 dst
1614 mlib_ImageConv1xN_ext(mlib_image *dst, const mlib_image *src, const mlib_d64 *k, mlib_s32 n, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
[all...]
H A Dmlib_ImageConv_u16nw.c197 dll = mlib_ImageGetStride(dst) / sizeof(type); \
199 adr_dst = (type *)mlib_ImageGetData(dst)
215 #define CLAMP_STORE(dst, val) \
218 dst = MLIB_U8_MIN; \
220 dst = MLIB_U8_MAX; \
222 dst = (mlib_u8)val; \
227 #define CLAMP_STORE(dst, val) \
229 dst = MLIB_S16_MAX; \
231 dst = MLIB_S16_MIN; \
233 dst
251 mlib_status CONV_FUNC(3x3)(mlib_image *dst, variable
461 mlib_status CONV_FUNC_I(3x3)(mlib_image *dst, variable
574 mlib_status CONV_FUNC(4x4)(mlib_image *dst, variable
767 mlib_status CONV_FUNC(5x5)(mlib_image *dst, variable
1004 mlib_status CONV_FUNC_I(5x5)(mlib_image *dst, variable
1230 mlib_status CONV_FUNC(7x7)(mlib_image *dst, variable
1408 mlib_ImageConv1xN(mlib_image *dst, const mlib_image *src, const mlib_d64 *k, mlib_s32 n, mlib_s32 dn, mlib_s32 cmask) argument
1633 MxN(mlib_image *dst, const mlib_image *src, const mlib_s32 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, mlib_s32 scale, mlib_s32 cmask) argument
2048 MxN(mlib_image *dst, const mlib_image *src, const mlib_s32 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, mlib_s32 scale, mlib_s32 cmask) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DValueConversions.java831 Class<?> dst = wdst.primitiveType();
832 MethodType type = src == void.class ? MethodType.methodType(dst) : MethodType.methodType(dst, src);
840 mh = unboxCast(dst);
844 assert(src.isPrimitive() && dst.isPrimitive());
846 mh = IMPL_LOOKUP.findStatic(THIS_CLASS, src.getSimpleName()+"To"+capitalize(dst.getSimpleName()), type);
858 src.getSimpleName()+" -> "+dst.getSimpleName());
861 public static MethodHandle convertPrimitive(Class<?> src, Class<?> dst) { argument
862 return convertPrimitive(Wrapper.forPrimitiveType(src), Wrapper.forPrimitiveType(dst));
873 Class<?> dst
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp80 LIR_Opr dst = op1->result_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)) {
104 if (dst->is_address() && !dst->is_stack() && (dst->type() == T_OBJECT || dst->type() == T_ARRAY)) return false;
108 if (dst
233 emit_string_compare(LIR_Opr left, LIR_Opr right, LIR_Opr dst, CodeEmitInfo* info) argument
668 LIR_Opr dst = op->result_opr(); local
1698 comp_fl2i(LIR_Code code, LIR_Opr left, LIR_Opr right, LIR_Opr dst, LIR_Op2* op) argument
2063 Register dst = op->dst()->as_register(); local
2585 Register dst = op->result_opr()->as_register(); local
2794 Register dst = op->result_opr()->as_register(); local
2801 Register dst = op->result_opr()->as_register(); local
2904 Register dst = dst_opr->as_register(); local
3284 pack64(LIR_Opr src, LIR_Opr dst) argument
3295 unpack64(LIR_Opr src, LIR_Opr dst) argument
[all...]
H A DsharedRuntime_sparc.cpp1276 static void simple_move32(MacroAssembler* masm, VMRegPair src, VMRegPair dst) { argument
1278 if (dst.first()->is_stack()) {
1281 __ st(L5, SP, reg2offset(dst.first()) + STACK_BIAS);
1284 __ ld(FP, reg2offset(src.first()) + STACK_BIAS, dst.first()->as_Register());
1286 } else if (dst.first()->is_stack()) {
1288 __ st(src.first()->as_Register(), SP, reg2offset(dst.first()) + STACK_BIAS);
1290 __ mov(src.first()->as_Register(), dst.first()->as_Register());
1298 static void move32_64(MacroAssembler* masm, VMRegPair src, VMRegPair dst) { argument
1300 if (dst.first()->is_stack()) {
1303 __ st_ptr(L5, SP, reg2offset(dst
1317 move_ptr(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
1337 object_move(MacroAssembler* masm, OopMap* map, int oop_handle_offset, int framesize_in_slots, VMRegPair src, VMRegPair dst, bool is_receiver, int* receiver_offset) argument
1396 float_move(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
1444 split_long_move(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
1454 long_move(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
1518 double_move(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
2960 VMRegPair dst = out_regs[c_arg]; local
3212 VMRegPair dst = out_regs[c_arg]; local
[all...]
H A DstubGenerator_sparc.cpp201 const Register dst = Lentry_args; local
208 __ add( FP, STACK_BIAS, dst );
210 __ delayed()->sub(dst, BytesPerWord, dst); // setup Lentry_args
218 __ st_ptr(tmp, dst, 0);
221 __ delayed()->sub(dst, Interpreter::stackElementSize, dst);
2903 Register dst, // destination array oo (O2)
2921 // if (dst_pos + length > arrayOop(dst)->length() ) FAIL;
2923 __ lduw(dst, arrayOopDes
2901 arraycopy_range_checks(Register src, Register src_pos, Register dst, Register dst_pos, Register length, Register temp1, Register temp2, Label& L_failed) argument
2962 const Register dst = O2; // destination array oop local
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp502 void LIR_Assembler::emit_string_compare(LIR_Opr arg0, LIR_Opr arg1, LIR_Opr dst, CodeEmitInfo* info) { argument
934 Address dst = frame_map()->address_for_slot(dest->single_stack_ix()); local
937 __ movptr (dst, src->as_register());
939 __ movl (dst, src->as_register());
1654 Register dst = op->result_opr()->as_register(); local
1677 k_RInfo = dst;
1679 klass_RInfo = dst;
1682 select_different_registers(obj, dst, k_RInfo, klass_RInfo);
1685 select_different_registers(obj, dst, k_RInfo, klass_RInfo, Rtmp1);
1891 Register dst local
1901 Register dst = op->result_opr()->as_register(); local
2462 logic_op(LIR_Code code, LIR_Opr left, LIR_Opr right, LIR_Opr dst) argument
2796 comp_fl2i(LIR_Code code, LIR_Opr left, LIR_Opr right, LIR_Opr dst, LIR_Op2* op) argument
3059 Register dst = op->dst()->as_register(); local
3588 monitor_address(int monitor_no, LIR_Opr dst) argument
3606 Register dst = dest->as_register_lo(); local
[all...]
H A DsharedRuntime_x86_32.cpp1024 static void simple_move32(MacroAssembler* masm, VMRegPair src, VMRegPair dst) { argument
1026 if (dst.first()->is_stack()) {
1029 // __ st(L5, SP, reg2offset(dst.first()) + STACK_BIAS);
1031 __ movptr(Address(rsp, reg2offset_out(dst.first())), rax);
1034 __ movl2ptr(dst.first()->as_Register(), Address(rbp, reg2offset_in(src.first())));
1036 } else if (dst.first()->is_stack()) {
1039 __ movptr(Address(rsp, reg2offset_out(dst.first())), src.first()->as_Register());
1041 if (dst.first() != src.first()) {
1042 __ mov(dst.first()->as_Register(), src.first()->as_Register());
1053 VMRegPair dst,
1048 object_move(MacroAssembler* masm, OopMap* map, int oop_handle_offset, int framesize_in_slots, VMRegPair src, VMRegPair dst, bool is_receiver, int* receiver_offset) argument
1103 float_move(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
1121 long_move(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
1140 double_move(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
2628 VMRegPair dst = out_regs[c_arg]; local
[all...]
H A DsharedRuntime_x86_64.cpp1012 static void move32_64(MacroAssembler* masm, VMRegPair src, VMRegPair dst) { argument
1014 if (dst.first()->is_stack()) {
1017 __ movq(Address(rsp, reg2offset_out(dst.first())), rax);
1020 __ movslq(dst.first()->as_Register(), Address(rbp, reg2offset_in(src.first())));
1022 } else if (dst.first()->is_stack()) {
1026 __ movq(Address(rsp, reg2offset_out(dst.first())), src.first()->as_Register());
1029 // __ movslq(dst.first()->as_Register(), src.first()->as_Register());
1030 if (dst.first() != src.first()) {
1031 __ movq(dst.first()->as_Register(), src.first()->as_Register());
1036 static void move_ptr(MacroAssembler* masm, VMRegPair src, VMRegPair dst) { argument
1057 object_move(MacroAssembler* masm, OopMap* map, int oop_handle_offset, int framesize_in_slots, VMRegPair src, VMRegPair dst, bool is_receiver, int* receiver_offset) argument
1130 float_move(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
1160 long_move(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
1186 double_move(MacroAssembler* masm, VMRegPair src, VMRegPair dst) argument
1493 MoveOperation(int src_index, VMRegPair src, int dst_index, VMRegPair dst) argument
1506 VMRegPair dst() const { return _dst; } function in class:ComputeMoveOrder::MoveOperation
1507 set_dst(int i, VMRegPair dst) argument
1590 add_edge(int src_index, VMRegPair src, int dst_index, VMRegPair dst) argument
2914 VMRegPair dst = out_regs[c_arg]; local
3021 VMRegPair dst = out_regs[c_arg]; local
3090 VMRegPair dst = out_regs[c_arg]; local
3162 VMRegPair dst = out_regs[c_arg]; local
[all...]
H A DstubGenerator_x86_32.cpp1115 const Register dst = rdx; // destination array address local
1125 __ movptr(dst , Address(rsp, 12+ 8)); // to
1135 __ mov(to , dst);
1139 __ cmpptr(dst, src);
1142 __ cmpptr(dst, end);
1148 gen_write_ref_array_pre_barrier(dst, count, dest_uninitialized);
1156 __ lea(end, Address(dst, count, sf, 0));
1510 // Base pointers src, dst are biased by 8*count,to last element.
1653 Register dst,
1667 // if (dst_pos + length > arrayOop(dst)
1651 arraycopy_range_checks(Register src, Register src_pos, Register dst, Register dst_pos, Address& length, Label& L_failed) argument
1744 const Register dst = rdx; // destination array oop local
[all...]
H A DstubGenerator_x86_64.cpp2378 // Base pointers src, dst are biased by 8*(count-1),to last element.
2496 Register dst, // destination array oo (c_rarg2)
2509 // if (dst_pos + length > arrayOop(dst)->length()) FAIL;
2512 __ cmpl(temp, Address(dst, arrayOopDesc::length_offset_in_bytes()));
2529 // c_rarg2 - dst oop
2551 const Register dst = c_rarg2; // destination array oop local
2584 // (1) src and dst must not be null.
2588 // (5) src klass and dst klass should be the same and not NULL.
2589 // (6) src and dst should be arrays.
2591 // (8) dst_pos + length must not exceed length of dst
2494 arraycopy_range_checks(Register src, Register src_pos, Register dst, Register dst_pos, Register length, Register temp, Label& L_failed) argument
[all...]
/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java154 static Object castToWrapper(Object value, Class<?> dst) { argument
157 wrap = castToWrapperOrNull(((Number)value).longValue(), dst);
159 wrap = castToWrapperOrNull((char)(Character)value, dst);
161 return dst.cast(value);
165 static Object castToWrapperOrNull(long value, Class<?> dst) { argument
166 if (dst == int.class || dst == Integer.class)
168 if (dst == long.class || dst == Long.class)
170 if (dst
[all...]
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c3042 mp_digit *src, *dst; local
3056 dst = MP_DIGITS(mp);
3057 src = dst + p;
3059 *dst++ = *src++;
3064 *dst++ = 0;
/openjdk7/jdk/src/share/classes/java/lang/
H A DCharacter.java4919 * stored in {@code dst[dstIndex]}, and 1 is returned. If the
4921 * surrogate values are stored in {@code dst[dstIndex]}
4922 * (high-surrogate) and {@code dst[dstIndex+1]}
4926 * @param dst an array of {@code char} in which the
4928 * @param dstIndex the start index into the {@code dst}
4934 * @exception NullPointerException if the specified {@code dst} is null.
4936 * is negative or not less than {@code dst.length}, or if
4937 * {@code dst} at {@code dstIndex} doesn't have enough
4940 * {@code dst.length-1} and the specified
4943 * {@code dst[dstInde
4946 toChars(int codePoint, char[] dst, int dstIndex) argument
4986 toSurrogates(int codePoint, char[] dst, int index) argument
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp659 void LIRGenerator::new_instance(LIR_Opr dst, ciInstanceKlass* klass, LIR_Opr scratch1, LIR_Opr scratch2, LIR_Opr scratch3, LIR_Opr scratch4, LIR_Opr klass_reg, CodeEmitInfo* info) { argument
667 CodeStub* slow_path = new NewInstanceStub(klass_reg, dst, klass, info, stub_id);
673 __ allocate_object(dst, scratch1, scratch2, scratch3, scratch4,
676 CodeStub* slow_path = new NewInstanceStub(klass_reg, dst, klass, info, Runtime1::new_instance_id);
744 Instruction* dst = x->argument_at(2); local
758 ciArrayKlass* dst_exact_type = as_array_klass(dst->exact_type());
759 ciArrayKlass* dst_declared_type = as_array_klass(dst->declared_type());
760 if (dst_declared_type == NULL && (phi = dst->as_Phi()) != NULL) {
832 NewArray* dst_array = dst->as_NewArray();
851 // that src or dst i
[all...]
H A Dc1_LinearScan.cpp2993 LIR_Opr dst = move->result_opr(); local
2994 if (dst == src ||
2995 !dst->is_pointer() && !src->is_pointer() &&
2996 src->is_same_register(dst)) {

Completed in 762 milliseconds

<<1112131415