Searched defs:atype (Results 1 - 20 of 20) sorted by relevance

/openjdk10/langtools/test/tools/javac/lambda/8016081/
H A DT8016081.java34 @interface atype { interface in class:T8016081
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DFieldGen.java187 private void checkType(final Type atype) { argument
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.cpp451 BasicType atype = (BasicType)get_index_u1(); local
H A DbytecodeInterpreter.cpp2661 BasicType atype = (BasicType) *(pc+1); local
/openjdk10/jdk/test/java/lang/invoke/
H A DInvokeGenericTest.java257 static <T, E extends T> T[] array(Class<T[]> atype, E... a) { argument
H A DMethodHandlesTest.java309 static <T, E extends T> T[] array(Class<T[]> atype, E... a) { argument
/openjdk10/hotspot/src/share/vm/runtime/
H A Dreflection.cpp1172 BasicType atype = Reflection::unbox_for_primitive(arg, &value, CHECK_NULL); local
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/util/xml/impl/
H A DParser.java1432 private String atype(Pair att) method in class:Parser
/openjdk10/hotspot/src/share/vm/classfile/
H A Dverifier.cpp712 VerificationType atype; local
[all...]
H A DclassFileParser.cpp1180 const int atype = Bytes::get_Java_u2((address)abase + atype_off); local
1459 FieldAllocationType atype = basic_type_to_atype(is_static, type); local
1606 const FieldAllocationType atype local
1647 const FieldAllocationType atype = fac->update(false, type); local
3702 FieldAllocationType atype = (FieldAllocationType) fs.allocation_type(); local
3928 const FieldAllocationType atype = (const FieldAllocationType) fs.allocation_type(); local
4062 FieldAllocationType atype = (FieldAllocationType) fs.allocation_type(); local
[all...]
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp1911 Symbol* atype = ss.as_symbol(CHECK_NULL); local
/openjdk10/hotspot/src/share/vm/opto/
H A Dcallnode.cpp1328 AllocateNode::AllocateNode(Compile* C, const TypeFunc *atype, argument
H A Descape.cpp2443 const TypeOopPtr *atype = igvn->type(adr)->isa_oopptr(); local
2498 const TypePtr *atype = C->get_adr_type(alias_idx); local
H A Dmacro.cpp363 const TypePtr* atype = mem->as_Store()->adr_type(); local
402 const TypePtr* atype = adr->bottom_type()->is_ptr(); local
412 const TypePtr* atype = adr->bottom_type()->is_ptr(); local
599 const TypePtr* atype local
604 const TypeOopPtr* atype = mem->as_Store()->adr_type()->isa_oopptr(); local
[all...]
H A Dcallnode.hpp943 AllocateArrayNode(Compile* C, const TypeFunc *atype, Node *ctrl, Node *mem, Node *abio, argument
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DsharedRuntime_aarch64.cpp1423 Symbol* atype = ss.as_symbol(CHECK_NULL); local
/openjdk10/hotspot/src/cpu/s390/vm/
H A DsharedRuntime_s390.cpp1593 Symbol* atype = ss.as_symbol(CHECK_NULL); local
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DsharedRuntime_ppc.cpp1820 Symbol* atype = ss.as_symbol(CHECK_NULL); local
/openjdk10/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp1601 Symbol* atype = ss.as_symbol(CHECK_NULL); local
H A DsharedRuntime_x86_64.cpp1913 Symbol* atype = ss.as_symbol(CHECK_NULL); local

Completed in 303 milliseconds