Searched defs:to (Results 301 - 321 of 321) sorted by relevance

<<111213

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DMethodEmitter.java1935 convert(final Type to) argument
2067 getLocalLoadsOnStack(final int from, final int to) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.java/src/org/graalvm/compiler/java/
H A DBytecodeParser.java3436 genFloatConvert(FloatConvert op, JavaKind from, JavaKind to) argument
3441 genSignExtend(JavaKind from, JavaKind to) argument
3449 genZeroExtend(JavaKind from, JavaKind to) argument
3457 genNarrow(JavaKind from, JavaKind to) argument
[all...]
/openjdk10/hotspot/src/share/vm/code/
H A Dnmethod.cpp1750 includes(void* p, void* from, void* to) argument
[all...]
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRAssembler_ppc.cpp1067 Address to = frame_map()->address_for_slot(dest->single_stack_ix()); local
1075 Address to = frame_map()->address_for_slot(dest->single_stack_ix()); local
1083 Address to = frame_map()->address_for_double_slot(dest->double_stack_ix()); local
[all...]
H A Dassembler_ppc.hpp1091 static int to( in function in class:Assembler
[all...]
/openjdk10/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp897 const Register to = rdi; // destination array address local
1029 const Register to = rdi; // source array address local
1066 const Register to = rdi; // destination array address local
1219 const Register to = rdx; // destination array address local
1265 const Register to = rdx; // destination array address local
1396 const Register to = rdx; // destination array address local
1546 const Register to = rdx; // destination array address local
1804 const Register to = dst; // destination array address local
2152 const Register to = rdx; // destination array address local
2259 const Register to = rdx; // destination array address local
2391 const Register to = rdx; // destination array address local
2556 const Register to = rdx; // destination array address local
2736 const Register to = rdx; // destination array address local
[all...]
H A DstubGenerator_x86_64.cpp1130 const Register to = c_rarg1; local
1302 copy_bytes_forward(Register end_from, Register end_to, Register qword_count, Register to, Label& L_copy_bytes, Label& L_copy_8_bytes) argument
1360 __ movq(Address(end_to, qword_count, Address::times_8, -24), to); local
1362 __ movq(Address(end_to, qword_count, Address::times_8, -16), to); local
1364 __ movq(Address(end_to, qword_count, Address::times_8, - 8), to); local
1366 __ movq(Address(end_to, qword_count, Address::times_8, - 0), to); local
1386 copy_bytes_backward(Register from, Register dest, Register qword_count, Register to, Label& L_copy_bytes, Label& L_copy_8_bytes) argument
1445 __ movq(Address(dest, qword_count, Address::times_8, 24), to); local
1447 __ movq(Address(dest, qword_count, Address::times_8, 16), to); local
1449 __ movq(Address(dest, qword_count, Address::times_8, 8), to); local
1451 __ movq(Address(dest, qword_count, Address::times_8, 0), to); local
1489 const Register to = rsi; // destination array address local
1592 const Register to = rsi; // destination array address local
1691 const Register to = rsi; // destination array address local
1771 const Register to = c_rarg0; // source array address local
1808 const Register to = rsi; // destination array address local
1900 const Register to = rsi; // destination array address local
1992 const Register to = rsi; // destination array address local
2086 const Register to = rsi; // destination array address local
2180 const Register to = rsi; // destination array address local
2290 const Register to = rsi; // destination array address local
2465 const Register to = c_rarg1; // destination array address local
2726 const Register to = c_rarg1; // destination array address local
3007 const Register to = c_rarg1; // destination array address local
3109 const Register to = c_rarg1; // destination array address local
3217 const Register to = c_rarg1; // destination array address local
3414 const Register to = c_rarg1; // destination array address local
3860 const Register to = c_rarg1; // destination array address local
[all...]
H A DmacroAssembler_x86.cpp8604 generate_fill(BasicType t, bool aligned, Register to, Register value, Register count, Register rtmp, XMMRegister xtmp) argument
[all...]
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp806 const Register to = O1; local
933 disjoint_copy_core(Register from, Register to, Register count, int log2_elem_size, int iter_size, StubGenerator::CopyLoopFunc copy_loop_func) argument
1013 copy_16_bytes_shift_loop(Register from, Register to, Register count, int count_dec, Label& L_loop, bool use_prefetch, bool use_bis) argument
1059 copy_16_bytes_forward_with_shift(Register from, Register to, Register count, int log2_elem_size, Label& L_copy_bytes) argument
1197 const Register to = O1; // destination array address local
1295 const Register to = O1; // destination array address local
1401 const Register to = O1; // destination array address local
1499 const Register to = O0; // source array address local
1725 const Register to = O1; // destination array address local
1826 copy_16_bytes_loop(Register from, Register to, Register count, int count_dec, Label& L_loop, bool use_prefetch, bool use_bis) argument
1878 const Register to = O1; // destination array address local
2000 const Register to = O1; // destination array address local
2121 copy_64_bytes_loop(Register from, Register to, Register count, int count_dec, Label& L_loop, bool use_prefetch, bool use_bis) argument
2184 const Register to = O1; // destination array address local
2282 const Register to = O1; // destination array address local
2357 const Register to = O1; // destination array address local
2405 const Register to = O1; // destination array address local
2869 const Register to = O1; // destination array address local
2990 const Register to = O0; // source array address local
3133 Register to = O1; // destination byte array local
3274 Register to = O1; // destination byte array local
3467 Register to = I1; // destination byte array local
3805 Register to = I1; // destination byte array local
[all...]
H A DmacroAssembler_sparc.cpp4622 bis_zeroing(Register to, Register count, Register temp, Label& Ldone) argument
[all...]
/openjdk10/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1091 byte_size(void* from, void* to) argument
[all...]
/openjdk10/jdk/src/java.base/share/native/libverify/
H A Dcheck_code.c2598 fullinfo_type to = context->swap_table[1]; local
2887 fullinfo_type to = context->swap_table[1]; local
3889 isAssignableTo(context_type *context, fullinfo_type from, fullinfo_type to) argument
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A Dcompile.cpp1478 const TypeInstPtr *to = tj->isa_instptr(); local
[all...]
/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Window.cpp1000 FocusedWindowChanged(HWND from, HWND to) argument
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DResolve.java947 methodCheckResult(final boolean varargsCheck, Type to, final DeferredAttr.DeferredAttrContext deferredAttrContext, Warner rsWarner) argument
1113 methodCheckResult(Type to, DeferredAttr.DeferredAttrContext deferredAttrContext, Warner rsWarner, Type actual) argument
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypes.java3019 subst(List<Type> ts, List<Type> from, List<Type> to) argument
3031 subst(Type t, List<Type> from, List<Type> to) argument
3037 List<Type> to; field in class:Types.Subst
3039 Subst(List<Type> from, List<Type> to) argument
3120 substBounds(List<Type> tvars, List<Type> from, List<Type> to) argument
3161 substBound(TypeVar t, List<Type> from, List<Type> to) argument
4205 sideCast(Type from, Type to, Warner warn) argument
4235 sideCastFinal(Type from, Type to, Warner warn) argument
4261 giveWarning(Type from, Type to) argument
4303 adapt(Type source, Type target, ListBuffer<Type> from, ListBuffer<Type> to) argument
4313 ListBuffer<Type> to; field in class:Types.Adapter
4316 Adapter(ListBuffer<Type> from, ListBuffer<Type> to) argument
4416 adaptSelf(Type t, ListBuffer<Type> from, ListBuffer<Type> to) argument
[all...]
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp294 void LinearScan::copy_register_flags(Interval* from, Interval* to) { argument
865 add_use(Value value, int from, int to, IntervalUseKind use_kind) argument
897 add_use(LIR_Opr opr, int from, int to, IntervalUseKind use_kind) argument
983 add_use(int reg_num, int from, int to, IntervalUseKind use_kind, BasicType type) argument
1231 Interval* to = interval_at(reg_num(move_to)); local
1248 Interval* to = interval_at(reg_num(move_to)); local
3839 save_to_process_move(Interval* from, Interval* to) argument
4053 Range(int from, int to, Range* next) argument
4382 add_range(int from, int to) argument
4831 interval_moved(Interval* interval, IntervalKind kind, IntervalState from, IntervalState to) argument
5714 is_move(LIR_Op* op, Interval* from, Interval* to) argument
[all...]
H A Dc1_LIR.hpp2069 negate(LIR_Opr from, LIR_Opr to) argument
2152 abs(LIR_Opr from, LIR_Opr to, LIR_Opr tmp) argument
2153 sqrt(LIR_Opr from, LIR_Opr to, LIR_Opr tmp) argument
2154 fmad(LIR_Opr from, LIR_Opr from1, LIR_Opr from2, LIR_Opr to) argument
2155 fmaf(LIR_Opr from, LIR_Opr from1, LIR_Opr from2, LIR_Opr to) argument
2156 log10(LIR_Opr from, LIR_Opr to, LIR_Opr tmp) argument
2157 tan(LIR_Opr from, LIR_Opr to, LIR_Opr tmp1, LIR_Opr tmp2) argument
[all...]
/openjdk10/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp5499 const char * to = k->external_name(); local
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DComponent.java8045 acceptRequestFocus(Component from, Component to, boolean temporary, boolean focusedWindowChangeAllowed, FocusEvent.Cause cause) argument
[all...]
/openjdk10/jdk/test/javax/xml/ws/8043129/
H A Djavax.mail.jar ... final com.sun.mail.imap.SortTerm TO private String term private void <a class="d" name ...

Completed in 254 milliseconds

<<111213