Searched defs:dest (Results 101 - 125 of 143) sorted by relevance

123456

/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp981 void BCEscapeAnalyzer::merge_block_states(StateInfo *blockstates, ciBlock *dest, StateInfo *s_state) { argument
982 StateInfo *d_state = blockstates + dest->index();
987 if (dest->is_handler())
1000 } else if (!dest->processed()) {
1001 // we have not yet walked the bytecodes of dest, we can merge
1011 // the bytecodes of dest have already been processed, mark any
1012 // arguments in the source state which are not in the dest state
1015 // maximum escape of any variables in dest state
/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.cpp294 static void gen_arraycopy_barrier_pre(oop* dest, size_t count, bool dest_uninitialized) { argument
299 bs->write_ref_array_pre(dest, (int)count, dest_uninitialized);
302 static void gen_arraycopy_barrier(oop* dest, size_t count) { argument
306 bs->write_ref_array((HeapWord*)dest, count);
309 JRT_LEAF(void, StubRoutines::jbyte_copy(jbyte* src, jbyte* dest, size_t count))
313 Copy::conjoint_jbytes_atomic(src, dest, count);
316 JRT_LEAF(void, StubRoutines::jshort_copy(jshort* src, jshort* dest, size_t count))
320 Copy::conjoint_jshorts_atomic(src, dest, count);
323 JRT_LEAF(void, StubRoutines::jint_copy(jint* src, jint* dest, size_t count))
327 Copy::conjoint_jints_atomic(src, dest, coun
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintControl.cpp585 jobject dest = NULL; local
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DZipFileIndex.java448 private int inflate(byte[] src, byte[] dest) { argument
458 return inflater.inflate(dest);
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsio0.c1731 cmsBool CMSEXPORT cmsLinkTag(cmsHPROFILE hProfile, cmsTagSignature sig, cmsTagSignature dest) argument
1741 Icc ->TagLinked[i] = dest;
/openjdk7/jdk/src/share/classes/sun/net/ftp/impl/
H A DFtpClient.java561 InetSocketAddress dest = null;
597 dest = new InetSocketAddress(add, port);
603 dest = InetSocketAddress.createUnresolved(serverAddr.getHostName(), port);
633 dest = new InetSocketAddress(s, port);
666 s.connect(dest, connectTimeout);
669 s.connect(dest, defaultConnectTimeout);
671 s.connect(dest);
681 s = sslFact.createSocket(s, dest.getHostName(), dest.getPort(), true);
911 * @param dest th
914 tryConnect(InetSocketAddress dest, int timeout) argument
928 doConnect(InetSocketAddress dest, int timeout) argument
998 connect(SocketAddress dest) argument
1008 connect(SocketAddress dest, int timeout) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DCollections.java579 * @param dest The destination list.
586 public static <T> void copy(List<? super T> dest, List<? extends T> src) { argument
588 if (srcSize > dest.size())
589 throw new IndexOutOfBoundsException("Source does not fit in dest");
592 (src instanceof RandomAccess && dest instanceof RandomAccess)) {
594 dest.set(i, src.get(i));
596 ListIterator<? super T> di=dest.listIterator();
2761 Object[] dest = (CheckedEntry.class.isInstance(
2766 dest[i] = checkedEntry((Map.Entry<K,V>)source[i],
2768 return dest;
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp390 // edits in its prefix, if any. It also updates dest.locs_end.
391 void initialize(CodeSection* dest, Relocation* reloc);
699 virtual void pack_data_to(CodeSection* dest) { } argument
810 address old_addr_for(address newa, const CodeBuffer* src, CodeBuffer* dest);
811 address new_addr_for(address olda, const CodeBuffer* src, CodeBuffer* dest);
812 void normalize_address(address& addr, const CodeSection* dest, bool allow_other_sections = false);
844 virtual void fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { } argument
917 void fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest);
959 void pack_data_to(CodeSection* dest);
1009 void pack_data_to(CodeSection* dest);
1324 fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) argument
[all...]
H A Dnmethod.cpp998 inline void nmethod::initialize_immediate_oop(oop* dest, jobject handle) { argument
1002 (*dest) = (oop) handle;
1004 (*dest) = JNIHandles::resolve_non_null(handle);
1013 oop* dest = oops_begin(); local
1015 initialize_immediate_oop(&dest[index], array->at(index));
1055 oop* dest = reloc->oop_addr(); local
1056 initialize_immediate_oop(dest, (jobject) *dest);
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp86 char* dest = NEW_RESOURCE_ARRAY(char, len + 1); local
87 strcpy(dest, klass_name);
88 dest[klass_name_len] = '.';
89 strcpy(&dest[klass_name_len + 1], method_name->as_C_string());
90 strcpy(&dest[klass_name_len + 1 + method_name_len], signature->as_C_string());
91 dest[len] = 0;
92 return dest;
427 if( bcs.dest() < bcs.next_bci() ) _access_flags.set_has_loops();
H A Doop.inline.hpp309 inline oop oopDesc::atomic_exchange_oop(oop exchange_value, volatile HeapWord *dest) { argument
313 narrowOop old = (narrowOop)Atomic::xchg(val, (narrowOop*)dest);
317 return (oop)Atomic::xchg_ptr(exchange_value, (oop*)dest);
322 volatile HeapWord *dest,
329 narrowOop old = (narrowOop) Atomic::cmpxchg(val, (narrowOop*)dest, cmp);
333 return (oop)Atomic::cmpxchg_ptr(exchange_value, (oop*)dest, compare_value);
321 atomic_compare_exchange_oop(oop exchange_value, volatile HeapWord *dest, oop compare_value) argument
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp247 int dest() const { return _dest; } function in class:SwitchRange
251 void setRange(jint lo, jint hi, int dest, int table_index) { argument
253 _lo = lo, _hi = hi; _dest = dest; _table_index = table_index;
255 bool adjoinRange(jint lo, jint hi, int dest, int table_index) { argument
257 if (lo == _hi+1 && dest == _dest && table_index == _table_index) {
264 void set (jint value, int dest, int table_index) { argument
265 setRange(value, value, dest, table_index);
267 bool adjoin(jint value, int dest, int table_index) { argument
268 return adjoinRange(value, value, dest, table_index);
273 tty->print(" {%d}=>%d", lo(), dest());
311 int dest = iter().get_dest_table(j+3); local
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp363 void set_destination(address dest) { set_long_at(0, set_wdisp(long_at(0), dest - instruction_address(), call_displacement_width)); } argument
364 void set_destination_mt_safe(address dest);
467 void set_destination(address dest);
837 void set_jump_destination(address dest) { argument
838 set_data64_sethi( instruction_address(), (intptr_t)dest);
839 set_long_at(jmpl_offset, set_data32_simm13( long_at(jmpl_offset), (intptr_t)dest));
845 void set_jump_destination(address dest) { argument
846 set_long_at(sethi_offset, set_data32_sethi( long_at(sethi_offset), (intptr_t)dest));
847 set_long_at(jmpl_offset, set_data32_simm13( long_at(jmpl_offset), (intptr_t)dest));
888 set_jump_destination(address dest) argument
[all...]
H A Dc1_LIRAssembler_sparc.cpp518 // It may not seem necessary to use a sethi/add pair to load a NULL into dest, but the
1026 void LIR_Assembler::const2stack(LIR_Opr src, LIR_Opr dest) { argument
1038 Address addr = frame_map()->address_for_slot(dest->single_stack_ix());
1050 Address addr = frame_map()->address_for_slot(dest->single_stack_ix());
1057 Address addr = frame_map()->address_for_slot(dest->single_stack_ix());
1063 Address addr = frame_map()->address_for_double_slot(dest->double_stack_ix());
1088 void LIR_Assembler::const2mem(LIR_Opr src, LIR_Opr dest, BasicType type, CodeEmitInfo* info, bool wide) { argument
1090 LIR_Address* addr = dest->as_address_ptr();
1167 void LIR_Assembler::const2reg(LIR_Opr src, LIR_Opr dest, LIR_PatchCode patch_code, CodeEmitInfo* info) { argument
1169 LIR_Opr to_reg = dest;
1297 stack2stack(LIR_Opr src, LIR_Opr dest, BasicType type) argument
1346 mem2reg(LIR_Opr src_opr, LIR_Opr dest, BasicType type, LIR_PatchCode patch_code, CodeEmitInfo* info, bool wide, bool unaligned) argument
1426 stack2reg(LIR_Opr src, LIR_Opr dest, BasicType type) argument
1439 reg2stack(LIR_Opr from_reg, LIR_Opr dest, BasicType type, bool pop_fpu_stack) argument
1493 reg2mem(LIR_Opr from_reg, LIR_Opr dest, BasicType type, LIR_PatchCode patch_code, CodeEmitInfo* info, bool pop_fpu_stack, bool wide, bool unaligned) argument
1737 Register dest = result->as_register(); local
1760 Register dest = result->as_register(); local
1784 arith_op(LIR_Code code, LIR_Opr left, LIR_Opr right, LIR_Opr dest, CodeEmitInfo* info, bool pop_fpu_stack) argument
1904 intrinsic_op(LIR_Code code, LIR_Opr value, LIR_Opr thread, LIR_Opr dest, LIR_Op* op) argument
1935 logic_op(LIR_Code code, LIR_Opr left, LIR_Opr right, LIR_Opr dest) argument
2393 shift_op(LIR_Code code, LIR_Opr left, LIR_Opr count, LIR_Opr dest, LIR_Opr tmp) argument
2431 shift_op(LIR_Code code, LIR_Opr left, jint count, LIR_Opr dest) argument
3105 negate(LIR_Opr left, LIR_Opr dest) argument
3140 rt_call(LIR_Opr result, address dest, const LIR_OprList* args, LIR_Opr tmp, CodeEmitInfo* info) argument
3162 volatile_move_op(LIR_Opr src, LIR_Opr dest, BasicType type, CodeEmitInfo* info) argument
3304 leal(LIR_Opr addr_opr, LIR_Opr dest) argument
3415 atomic_op(LIR_Code code, LIR_Opr src, LIR_Opr data, LIR_Opr dest, LIR_Opr tmp) argument
[all...]
/openjdk7/jdk/src/share/back/
H A DthreadControl.c407 moveNode(ThreadList *source, ThreadList *dest, ThreadNode *node) argument
410 JDI_ASSERT(findThread(dest, node->thread) == NULL);
411 addNode(dest, node);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp955 // dest->add_incoming) is handled by these methods:
962 SharkTopLevelBlock *dest = successor(successor_index); local
963 builder()->CreateBr(dest->entry_block());
964 dest->add_incoming(current_state());
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DLower.java3212 private void patchTargets(JCTree body, final JCTree src, final JCTree dest) { argument
3216 tree.target = dest;
3220 tree.target = dest;
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A DimageioJPEG.c651 free(cinfo->dest);
652 cinfo->dest = NULL;
2258 struct jpeg_destination_mgr *dest = cinfo->dest; local
2268 dest->next_output_byte = sb->buf;
2269 dest->free_in_buffer = sb->bufferLength;
2284 struct jpeg_destination_mgr *dest = cinfo->dest; local
2289 RELEASE_ARRAYS(env, data, (const JOCTET *)(dest->next_output_byte));
2299 (const JOCTET **)(&dest
2317 struct jpeg_destination_mgr *dest = cinfo->dest; local
2418 struct jpeg_destination_mgr *dest; local
2528 struct jpeg_destination_mgr *dest; local
2614 struct jpeg_destination_mgr *dest; local
[all...]
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java116 private String dest = null; field in class:KeyTool
466 } else if (collator.compare(flags, "-dest") == 0 ||
468 dest = args[++i];
746 && dest == null) {
747 dest = getAlias("destination");
748 if ("".equals(dest)) {
1046 doCloneEntry(alias, dest, true); // Now everything can be cloned
1052 doCloneEntry(alias, dest, false);
1581 * @param dest destination alias
1584 private void doCloneEntry(String orig, String dest, boolea argument
[all...]
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DNormalizerImpl.java928 char[] dest,int destStart,int destLimit,
977 System.arraycopy(src,prevSrc,dest,destIndex,length);
1094 trailCC=insertOrdered(dest,reorderStartIndex,
1098 dest[destIndex++]=c;
1100 dest[destIndex++]=c2;
1112 trailCC=mergeOrdered(dest,reorderStartIndex,
1117 dest[destIndex++]=p[pStart++];
1680 char[] dest,int destIndex,
1725 dest[destIndex]=c;
1736 dest[destInde
927 decompose(char[] src,int srcStart,int srcLimit, char[] dest,int destStart,int destLimit, boolean compat,int[] outTrailCC, UnicodeSet nx) argument
1676 composeHangul(char prev, char c, long norm32, char[] src,int[] srcIndex, int limit, boolean compat, char[] dest,int destIndex, UnicodeSet nx) argument
1748 compose(char[] src, int srcStart, int srcLimit, char[] dest,int destStart,int destLimit, int options,UnicodeSet nx) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java460 Destination dest = (Destination)attributes.get(Destination.class);
462 if (dest != null) {
465 mDestination = (new File(dest.getURI())).getPath();
1614 private static int swapBGRtoRGB(byte[] image, int index, byte[] dest) { argument
1616 while(index < image.length-2 && destIndex < dest.length-2) {
1617 dest[destIndex++] = image[index+2];
1618 dest[destIndex++] = image[index+1];
1619 dest[destIndex++] = image[index+0];
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java1528 * @param dest the rectangle where the result should be placed
1533 protected Rectangle getTabBounds(int tabIndex, Rectangle dest) { argument
1534 dest.width = rects[tabIndex].width;
1535 dest.height = rects[tabIndex].height;
1542 dest.x = rects[tabIndex].x + vpp.x - viewp.x;
1543 dest.y = rects[tabIndex].y + vpp.y - viewp.y;
1546 dest.x = rects[tabIndex].x;
1547 dest.y = rects[tabIndex].y;
1549 return dest;
1601 private Point translatePointToTabPanel(int srcx, int srcy, Point dest) { argument
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp634 void LIR_Assembler::const2reg(LIR_Opr src, LIR_Opr dest, LIR_PatchCode patch_code, CodeEmitInfo* info) { argument
636 assert(dest->is_register(), "should not call otherwise");
642 __ movl(dest->as_register(), c->as_jint());
648 __ movptr(dest->as_register(), c->as_jint());
655 __ movptr(dest->as_register_lo(), (intptr_t)c->as_jlong());
657 __ movptr(dest->as_register_lo(), c->as_jint_lo());
658 __ movptr(dest->as_register_hi(), c->as_jint_hi());
665 jobject2reg_with_patching(dest->as_register(), info);
667 __ movoop(dest->as_register(), c->as_jobject());
673 if (dest
721 const2stack(LIR_Opr src, LIR_Opr dest) argument
758 const2mem(LIR_Opr src, LIR_Opr dest, BasicType type, CodeEmitInfo* info, bool wide) argument
843 reg2reg(LIR_Opr src, LIR_Opr dest) 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
1460 LIR_Opr dest = op->result_opr(); local
2046 arith_op(LIR_Code code, LIR_Opr left, LIR_Opr right, LIR_Opr dest, CodeEmitInfo* info, bool pop_fpu_stack) argument
2411 intrinsic_op(LIR_Code code, LIR_Opr value, LIR_Opr unused, LIR_Opr dest, LIR_Op* op) argument
2817 Register dest = dst->as_register(); local
2948 shift_op(LIR_Code code, LIR_Opr left, LIR_Opr count, LIR_Opr dest, LIR_Opr tmp) argument
2994 shift_op(LIR_Code code, LIR_Opr left, jint count, LIR_Opr dest) argument
3598 negate(LIR_Opr left, LIR_Opr dest) argument
3647 leal(LIR_Opr addr, LIR_Opr dest) argument
3656 rt_call(LIR_Opr result, address dest, const LIR_OprList* args, LIR_Opr tmp, CodeEmitInfo* info) argument
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...]
H A DsharedRuntime_x86_32.cpp2029 // src -> dest iff dest == rax, else rax, <- dest
2222 // src -> dest iff dest == rax, else rax, <- dest
2727 Address dest = Address(rsp, reg2offset_out(out_regs[c_arg].first())); local
2736 __ movl(rcx, dest);
2745 __ movl(dest, NULL_WORD);
2750 __ movl(dest, ra
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp1254 void GraphBuilder::jsr(int dest) { argument
1262 if (cur_scope_data->jsr_entry_bci() == dest) {
1268 if (!try_inline_jsr(dest)) {

Completed in 190 milliseconds

123456