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

<<111213

/openjdk10/hotspot/src/share/vm/opto/
H A Dblock.hpp753 CFGEdge(Block *from, Block *to, double freq, int from_pct, int to_pct) argument
761 Block* to () const { return _to; } function in class:CFGEdge
[all...]
H A Dnode.cpp328 Node** to = _in; local
525 MachOper **to = (MachOper **)((size_t)(&mach->_opnds) + local
636 Node** to = _in; local
[all...]
/openjdk10/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp2323 rewrite_refval_conflict(int from, int to) argument
2349 rewrite_refval_conflict_inst(BytecodeStream *itr, int from, int to) argument
[all...]
H A Dmethod.cpp1682 print_codes_on(int from, int to, outputStream* st) const argument
[all...]
/openjdk10/jdk/src/java.base/unix/native/libnio/fs/
H A DUnixNativeDispatcher.c830 const char* to = (const char*)jlong_to_ptr(toAddress); local
843 const char* to local
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DKeyboardFocusManager.java3024 focusedWindowChanged(Component to, Component from) argument
3039 isTemporary(Component to, Component from) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/
H A DfreetypeScaler.c1070 moveTo(FT_Vector *to, GPData *gp) argument
1078 lineTo(FT_Vector *to, GPData *gp) argument
1084 conicTo(FT_Vector *control, FT_Vector *to, GPData *gp) argument
1091 cubicTo(FT_Vector *control1, FT_Vector *control2, FT_Vector *to, GPData *gp) argument
[all...]
/openjdk10/jdk/src/jdk.jartool/share/classes/sun/tools/jar/
H A DMain.java1236 copy(InputStream from, OutputStream to) argument
1250 copy(File from, OutputStream to) argument
1264 copy(InputStream from, File to) argument
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInfer.java438 needsEagerInstantiation(UndetVar from, Type to, InferenceContext inferenceContext) argument
506 generateReferenceToTargetConstraint(JCTree tree, UndetVar from, Type to, Attr.ResultInfo resultInfo, InferenceContext inferenceContext) argument
811 report(InferenceBound from, InferenceBound to) argument
855 EnumSet<InferenceBound> to; field in class:Infer.CheckInst
861 CheckInst(UndetVar uv, EnumSet<InferenceBound> to) argument
877 report(InferenceBound from, InferenceBound to) argument
1798 graphChanged(Node from, Node to) argument
1868 notifyUpdate(Node from, Node to) argument
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DGen.java374 endFinalizerGaps(Env<GenContext> from, Env<GenContext> to) argument
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DType.java2125 substBounds(List<Type> from, List<Type> to, Types types) argument
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLocalVariableTypesCalculator.java289 recordConversion(final LvarType from, final LvarType to) argument
316 illegalConversion(final LvarType from, final LvarType to) argument
345 symbolIsConverted(final Symbol symbol, final LvarType from, final LvarType to) argument
[all...]
/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-port.h1128 const To to = NULL; local
[all...]
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp477 int to() const { return _to; } function in class:Range
480 set_to(int to) argument
551 int to() { if (_cached_to == -1) _cached_to = calc_to(); assert(_cached_to == calc_to(), "invalid cached value"); return _cached_to; } function in class:Interval
[all...]
H A Dc1_GraphBuilder.cpp1174 convert(Bytecodes::Code op, BasicType from, BasicType to) argument
[all...]
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp1194 Address to = frame_map()->address_for_slot(dest->single_stack_ix()); local
1202 Address to = frame_map()->address_for_slot(dest->single_stack_ix()); local
1211 Address to = frame_map()->address_for_double_slot(dest->double_stack_ix()); local
[all...]
/openjdk10/hotspot/src/cpu/s390/vm/
H A DstubGenerator_s390.cpp1891 Register to = Z_ARG2; // destination byte array local
1957 Register to = Z_ARG2; // destination byte array (ciphered) local
[all...]
H A Dc1_LIRAssembler_s390.cpp764 Address to = frame_map()->address_for_slot(dest->single_stack_ix()); local
773 Address to = frame_map()->address_for_slot(dest->single_stack_ix()); local
782 Address to = frame_map()->address_for_double_slot(dest->double_stack_ix()); local
[all...]
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DstubGenerator_ppc.cpp620 gen_write_ref_array_pre_barrier(Register from, Register to, Register count, bool dest_uninitialized, Register Rtmp1, Register preserve1 = noreg, Register preserve2 = noreg) argument
652 __ call_VM_leaf(CAST_FROM_FN_PTR(address, BarrierSet::static_write_ref_array_pre), to, count); local
889 const Register to = R3_ARG1; // source array address local
2567 const Register to = R4_ARG2; // destination array address local
2683 Register to = R4_ARG2; // destination array address local
2882 Register to = R4_ARG2; // destination array address local
[all...]
/openjdk10/hotspot/src/share/vm/runtime/
H A Dos.cpp1816 switch_state(os::SuspendResume::State from, os::SuspendResume::State to) argument
[all...]
/openjdk10/hotspot/src/share/vm/prims/
H A Djvm.cpp195 const char * to = to_class->external_name(); local
867 const char * to = to_class->external_name(); variable
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java2681 copyFeatures( XMLComponentManager from, ParserConfigurationSettings to) argument
2690 copyFeatures( XMLComponentManager from, XMLParserConfiguration to) argument
2699 copyFeatures1( Enumeration features, String featurePrefix, XMLComponentManager from, ParserConfigurationSettings to) argument
2719 copyFeatures1( Enumeration features, String featurePrefix, XMLComponentManager from, XMLParserConfiguration to) argument
[all...]
/openjdk10/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Dmpi.c203 mp_copy(const mp_int *from, mp_int *to) argument
[all...]
/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWPrinterJob.java1651 setRangeCopiesAttribute(int from, int to, boolean isRangeSet, int copies) argument
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java571 protected <T extends JCTree> T to(T t) { method in class:JavacParser
4240 protected <T extends JCTree> T to(T t) { method in class:JavacParser.SimpleEndPosTable
4277 protected <T extends JCTree> T to(T t) { method in class:JavacParser.EmptyEndPosTable
4316 protected abstract <T extends JCTree> T to(T t); method in class:JavacParser.AbstractEndPosTable
[all...]

Completed in 314 milliseconds

<<111213