Searched defs:t1 (Results 51 - 75 of 166) sorted by relevance

1234567

/openjdk10/jdk/test/java/lang/management/ThreadMXBean/
H A DLockingThread.java51 static LockingThread t1 = new Thread1(); field in class:LockingThread
/openjdk10/jdk/test/java/util/Calendar/
H A DZoneOffsets.java231 error(String msg, Locale loc, Calendar cal2, int gmtOffset, int dstOffset, long t1) argument
[all...]
/openjdk10/langtools/test/tools/javac/T8010737/
H A DParameterNamesAreNotCopiedToAnonymousInitTest.java243 <T2> Generics(@ParamAnnotation T1 t1, @ParamAnnotation T2 t2) { argument
/openjdk10/langtools/src/java.compiler/share/classes/javax/lang/model/util/
H A DTypes.java84 boolean isSameType(TypeMirror t1, TypeMirror t2); argument
97 boolean isSubtype(TypeMirror t1, TypeMirror t2); argument
109 boolean isAssignable(TypeMirror t1, TypeMirror t2); argument
120 boolean contains(TypeMirror t1, TypeMirror t2); argument
/openjdk10/langtools/test/tools/javap/4870651/
H A DTest.java63 abstract void t1() throws Error; method in class:Test
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_MacroAssembler_x86.cpp140 void C1_MacroAssembler::try_allocate(Register obj, Register var_size_in_bytes, int con_size_in_bytes, Register t1, Register t2, Label& slow_case) { argument
150 void C1_MacroAssembler::initialize_header(Register obj, Register klass, Register len, Register t1, Register t2) { argument
155 movptr(Address(obj, oopDesc::mark_offset_in_bytes()), t1); local
164 movl(Address(obj, oopDesc::klass_offset_in_bytes()), t1); local
184 initialize_body(Register obj, Register len_in_bytes, int hdr_size_in_bytes, Register t1) argument
196 allocate_object(Register obj, Register t1, Register t2, int header_size, int object_size, Register klass, Label& slow_case) argument
206 initialize_object(Register obj, Register klass, Register var_size_in_bytes, int con_size_in_bytes, Register t1, Register t2, bool is_tlab_allocated) argument
257 allocate_array(Register obj, Register len, Register t1, Register t2, int header_size, Address::ScaleFactor f, Register klass, Label& slow_case) argument
[all...]
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_MacroAssembler_ppc.cpp214 void C1_MacroAssembler::initialize_header(Register obj, Register klass, Register len, Register t1, Register t2) { argument
194 try_allocate( Register obj, Register var_size_in_bytes, int con_size_in_bytes, Register t1, Register t2, Label& slow_case ) argument
254 allocate_object( Register obj, Register t1, Register t2, Register t3, int hdr_size, int obj_size, Register klass, Label& slow_case ) argument
278 initialize_object( Register obj, Register klass, Register var_size_in_bytes, int con_size_in_bytes, Register t1, Register t2 ) argument
324 allocate_array( Register obj, Register len, Register t1, Register t2, Register t3, int hdr_size, int elt_size, Register klass, Label& slow_case ) argument
[all...]
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_MacroAssembler_aarch64.cpp164 void C1_MacroAssembler::try_allocate(Register obj, Register var_size_in_bytes, int con_size_in_bytes, Register t1, Register t2, Label& slow_case) { argument
173 void C1_MacroAssembler::initialize_header(Register obj, Register klass, Register len, Register t1, Register t2) { argument
199 initialize_body(Register obj, Register len_in_bytes, int hdr_size_in_bytes, Register t1) argument
218 allocate_object(Register obj, Register t1, Register t2, int header_size, int object_size, Register klass, Label& slow_case) argument
227 initialize_object(Register obj, Register klass, Register var_size_in_bytes, int con_size_in_bytes, Register t1, Register t2, bool is_tlab_allocated) argument
288 allocate_array(Register obj, Register len, Register t1, Register t2, int header_size, int f, Register klass, Label& slow_case) argument
[all...]
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_MacroAssembler_s390.cpp191 void C1_MacroAssembler::initialize_header(Register obj, Register klass, Register len, Register Rzero, Register t1) { argument
176 try_allocate( Register obj, Register var_size_in_bytes, int con_size_in_bytes, Register t1, Label& slow_case ) argument
227 allocate_object( Register obj, Register t1, Register t2, int hdr_size, int obj_size, Register klass, Label& slow_case ) argument
244 initialize_object( Register obj, Register klass, Register var_size_in_bytes, int con_size_in_bytes, Register t1, Register t2 ) argument
287 allocate_array( Register obj, Register len, Register t1, Register t2, int hdr_size, int elt_size, Register klass, Label& slow_case ) argument
[all...]
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_MacroAssembler_sparc.cpp182 void C1_MacroAssembler::initialize_header(Register obj, Register klass, Register len, Register t1, Register t2) { argument
163 try_allocate( Register obj, Register var_size_in_bytes, int con_size_in_bytes, Register t1, Register t2, Label& slow_case ) argument
212 allocate_object( Register obj, Register t1, Register t2, Register t3, int hdr_size, int obj_size, Register klass, Label& slow_case ) argument
238 initialize_object( Register obj, Register klass, Register var_size_in_bytes, int con_size_in_bytes, Register t1, Register t2, bool is_tlab_allocated ) argument
301 allocate_array( Register obj, Register len, Register t1, Register t2, Register t3, int hdr_size, int elt_size, Register klass, Label& slow_case ) argument
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A Dcastnode.cpp60 const Type* t1 = phase->type(in(1)); local
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/geom/
H A DOrder2.java378 public double nextVertical(double t0, double t1) { argument
H A DOrder1.java153 public double nextVertical(double t0, double t1) { argument
/openjdk10/jdk/src/java.desktop/unix/native/libmlib_image/
H A Dmlib_v_ImageLookUpS16U8Func.c67 mlib_d64 t0, t1, t2; /* destination data */ local
413 mlib_d64 t0, t1, t2; /* destination data */ local
[all...]
H A Dmlib_v_ImageLookUpS32S16Func.c66 mlib_d64 t0, t1, t2; /* destination data */ local
344 mlib_d64 t0, t1, t2, t3; /* destination data */ local
[all...]
H A Dmlib_v_ImageLookUpS16U16Func.c66 mlib_d64 t0, t1, t2; /* destination data */ local
349 mlib_d64 t0, t1, t2, t3; /* destination data */ local
[all...]
H A Dmlib_v_ImageLookUpS16S16Func.c66 mlib_d64 t0, t1, t2; /* destination data */ local
349 mlib_d64 t0, t1, t2, t3; /* destination data */ local
[all...]
H A Dmlib_v_ImageAffine_BL.c184 mlib_d64 s0, s1, s2, s3, t0, t1, t2, t3; variable
501 mlib_d64 t0, t1, t2, t3; variable
H A Dmlib_v_ImageAffine_BL_S16.c233 mlib_d64 t0, t1, t2, t3; variable
484 mlib_d64 t0, t1, t2, t3; variable
H A Dmlib_v_ImageAffine_BL_U16.c226 mlib_d64 t0, t1, t2, t3; variable
477 mlib_d64 t0, t1, t2, t3; variable
H A Dmlib_v_ImageLookUpU8U16Func.c111 mlib_d64 t0, t1, t2; /* destination data */ local
220 mlib_d64 t0, t1, t2; /* destination data */ local
332 mlib_d64 t0, t1, t2; /* destination data */ local
444 mlib_d64 t0, t1, t2; /* destination data */ local
739 mlib_d64 t0, t1, t2; /* destination data */ local
935 mlib_d64 t0, t1, t2; /* destination data */ local
1138 mlib_d64 t0, t1, t2; /* destination data */ local
1341 mlib_d64 t0, t1, t2; /* destination data */ local
[all...]
H A Dmlib_v_ImageLookUpU8S16Func.c111 mlib_d64 t0, t1, t2; /* destination data */ local
222 mlib_d64 t0, t1, t2; /* destination data */ local
336 mlib_d64 t0, t1, t2; /* destination data */ local
450 mlib_d64 t0, t1, t2; /* destination data */ local
782 mlib_d64 t0, t1, t2; /* destination data */ local
989 mlib_d64 t0, t1, t2; /* destination data */ local
1203 mlib_d64 t0, t1, t2; /* destination data */ local
1417 mlib_d64 t0, t1, t2; /* destination data */ local
[all...]
H A Dmlib_v_ImageLookUpU8U8Func.c111 mlib_d64 t0, t1, t2; /* destination data */ local
269 mlib_d64 t0, t1, t2; /* destination data */ local
431 mlib_d64 t0, t1, t2; /* destination data */ local
593 mlib_d64 t0, t1, t2; /* destination data */ local
982 mlib_d64 t0, t1, t2; /* destination data */ local
1124 mlib_d64 t0, t1, t2; /* destination data */ local
1270 mlib_d64 t0, t1, t2; /* destination data */ local
1416 mlib_d64 t0, t1, t2; /* destination data */ local
[all...]
H A Dmlib_v_ImageLookUpU16U8Func.c66 mlib_d64 t0, t1, t2; /* destination data */ local
412 mlib_d64 t0, t1, t2; /* destination data */ local
[all...]
H A Dmlib_v_ImageLookUpU16S16Func.c65 mlib_d64 t0, t1, t2; /* destination data */ local
348 mlib_d64 t0, t1, t2, t3; /* destination data */ local
[all...]

Completed in 216 milliseconds

1234567