Searched defs:bound (Results 26 - 45 of 45) sorted by relevance

12

/openjdk10/langtools/test/tools/lib/types/
H A DTypeHarness.java355 public TypeVar TypeVariable(Type bound) { argument
361 public WildcardType Wildcard(BoundKind bk, Type bound) { argument
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DmacroAssembler_ppc.inline.hpp107 inline bool MacroAssembler::is_calculate_address_from_global_toc_at(address a, address bound) { argument
136 inline bool MacroAssembler::is_set_narrow_oop(address a, address bound) { argument
H A DmacroAssembler_ppc.cpp132 int MacroAssembler::patch_calculate_address_from_global_toc_at(address a, address bound, address addr) { argument
161 address MacroAssembler::get_address_of_calculate_address_from_global_toc_at(address a, address bound) { argument
204 int MacroAssembler::patch_set_narrow_oop(address a, address bound, narrowOop data) { argument
234 narrowOop MacroAssembler::get_narrow_oop(address a, address bound) { argument
[all...]
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_RangeCheckElimination.hpp116 Bound *bound() const { return _bound; } function in class:VALUE_OBJ_CLASS_SPEC::Visitor
[all...]
H A Dc1_Runtime1.cpp1389 Klass* bound = ObjArrayKlass::cast(dst->klass())->element_klass(); local
H A Dc1_RangeCheckElimination.cpp134 Bound *bound = NULL; local
250 Bound * bound = _rce->get_bound(y); local
271 Bound *bound = _rce->get_bound(x); local
313 Bound *bound = _visitor.bound(); local
339 Bound *bound = new Bound(cond, value, constant); local
351 update_bound(IntegerStack &pushed, Value v, Bound *bound) argument
1036 Bound *bound = bound_stack->top(); local
1356 in_array_bound(Bound *bound, Value array) argument
1511 add_assertions(Bound *bound, Instruction *instruction, Instruction *position) argument
[all...]
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DORB.java905 abstract public TypeCode create_string_tc(int bound); argument
919 abstract public TypeCode create_wstring_tc(int bound); argument
933 create_sequence_tc(int bound, TypeCode element_type) argument
958 create_recursive_sequence_tc(int bound, int offset) argument
[all...]
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/corba/
H A DTypeCodeImpl.java507 TypeCodeImpl(ORB orb, int creationKind, int bound) argument
523 TypeCodeImpl(ORB orb, int creationKind, int bound, TypeCode element_type) argument
538 TypeCodeImpl(ORB orb, int creationKind, int bound, int offset) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/net/
H A DSocket.java61 private boolean bound = false; field in class:Socket
[all...]
/openjdk10/jdk/src/jdk.httpserver/share/classes/sun/net/httpserver/
H A DServerImpl.java68 private boolean bound = false; field in class:ServerImpl
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orb/
H A DORBSingleton.java202 public TypeCode create_string_tc(int bound) { argument
206 public TypeCode create_wstring_tc(int bound) { argument
210 public TypeCode create_sequence_tc(int bound, argument
216 public TypeCode create_recursive_sequence_tc(int bound, argument
H A DORBImpl.java969 public synchronized TypeCode create_string_tc(int bound) argument
981 public synchronized TypeCode create_wstring_tc(int bound) argument
995 create_sequence_tc(int bound, TypeCode element_type) argument
1011 create_recursive_sequence_tc(int bound, int offset) argument
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A Dsubnode.cpp1399 Node* bound = NULL; local
H A Dchaitin.cpp1271 bool bound = lrgs(lo_score)._is_bound; local
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/libpng/
H A Dpng.c4045 png_uint_32 bound = png_gamma_16bit_correct(out+128U, gamma_val); local
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInfer.java1046 varBoundChanged(UndetVar uv, InferenceBound ib, Type bound, boolean update) argument
[all...]
H A DCheck.java651 private boolean checkExtends(Type a, Type bound) { argument
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DType.java810 public TypeVar bound; field in class:Type.WildcardType
826 WildcardType(Type type, BoundKind kind, TypeSymbol tsym, TypeVar bound) argument
831 WildcardType(Type type, BoundKind kind, TypeSymbol tsym, TypeVar bound, TypeMetadata metadata) argument
1608 public Type bound = null; field in class:Type.TypeVar
1624 TypeVar(TypeSymbol tsym, Type bound, Type lower) argument
1628 TypeVar(TypeSymbol tsym, Type bound, Type lower, TypeMetadata metadata) argument
1712 CapturedType(TypeSymbol tsym, Type bound, Type upper, Type lower, WildcardType wildcard, TypeMetadata metadata) argument
1872 varBoundChanged(UndetVar uv, InferenceBound ib, Type bound, boolean update) argument
2073 addBound(InferenceBound ib, Type bound, Types types) argument
2093 addBound(InferenceBound ib, Type bound, Types types, boolean update) argument
2162 notifyBoundChange(InferenceBound ib, Type bound, boolean update) argument
[all...]
H A DTypes.java4510 rewriteAsWildcardType(Type bound, TypeVar formal, BoundKind bk) argument
4548 makeExtendsWildcard(Type bound, TypeVar formal) argument
4570 makeSuperWildcard(Type bound, TypeVar formal) argument
[all...]
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/
H A DUtils.java824 public boolean ignoreBounds(TypeMirror bound) { argument

Completed in 223 milliseconds

12