Searched refs:copy (Results 376 - 385 of 385) sorted by relevance

<<111213141516

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp12 * version 2 for more details (a copy is included in the LICENSE file that
15 * You should have received a copy of the GNU General Public License version
892 // nonoverlapping copy.
1986 // Use a copy of the CodeEmitInfo because debug information is
1991 __ null_check(exception_opr, new CodeEmitInfo(info, x->state()->copy(ValueStack::ExceptionState, x->state()->bci())));
2636 CodeEmitInfo* info = new CodeEmitInfo(scope()->start()->state()->copy(ValueStack::StateBefore, SynchronizationEntryBCI), NULL);
2646 CodeEmitInfo* info = new CodeEmitInfo(scope()->start()->state()->copy(ValueStack::StateBefore, SynchronizationEntryBCI), NULL);
H A Dc1_LinearScan.cpp12 * version 2 for more details (a copy is included in the LICENSE file that
15 * You should have received a copy of the GNU General Public License version
307 // copy the vreg-flags if an interval is split
316 // Note: do not copy the must_start_in_memory flag because it is not necessary for child
3407 IntervalList* copy(IntervalList* input_state);
3467 // must copy state because it is modified
3468 IntervalList* input_state = copy(state_for_block(block));
3496 // must copy state because it is modified
3497 input_state = copy(input_state);
3542 set_state_for_block(block, copy(input_stat
3548 IntervalList* RegisterVerifier::copy(IntervalList* input_state) { function in class:RegisterVerifier
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
713 public StandardGlyphVector copy() { method in class:StandardGlyphVector
881 // it is a total pain that you have to copy the transform.
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp12 * version 2 for more details (a copy is included in the LICENSE file that
15 * You should have received a copy of the GNU General Public License version
461 memcpy(cp, str, len); // copy the trailing null
474 memcpy(++cp_tmp, path, old_len + 1); // copy the trailing null
480 memcpy(++cp_tmp, str, str_len + 1); // copy the trailing null
661 // CommandLineFlags made its own copy, so I must delete my own temp. buffer.
2874 rd++; // don't copy open quote
2881 *wrt++ = *rd++; // copy to option string
2883 rd++; // don't copy close quote
2885 *wrt++ = *rd++; // copy t
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/xml/
H A DSchemaParser.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
28 * Permission is hereby granted, free of charge, to any person obtaining a copy
31 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
158 public Context copy() { method in class:SchemaParser.AbstractContext
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
1159 * the cut, copy, and paste actions associated with a
1473 public void copy() { method in class:JTextComponent
1474 invokeAction("copy", TransferHandler.getCopyAction());
1497 * <code>cut</code>, <code>copy</code> and <code>paste</code>. If
/openjdk7/jdk/src/share/classes/java/util/
H A DCollections.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
586 public static <T> void copy(List<? super T> dest, List<? extends T> src) { method in class:Collections
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
28 * Permission is hereby granted, free of charge, to any person obtaining a copy
31 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
297 public Context copy() { method in class:CompactSyntax
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
1346 jboolean copy; local
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DLower.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
2414 JCStatement copy =
2423 valuesBody = List.<JCStatement>of(decl, copy, ret);

Completed in 142 milliseconds

<<111213141516