Searched defs:element_type (Results 1 - 16 of 16) sorted by relevance

/openjdk10/hotspot/src/share/vm/ci/
H A DciTypeArrayKlass.hpp51 BasicType element_type() { function in class:ciTypeArrayKlass
H A DciArrayKlass.cpp58 ciType* ciArrayKlass::element_type() { function in class:ciArrayKlass
99 ciArrayKlass* ciArrayKlass::make(ciType* element_type) { argument
H A DciArray.hpp63 ciType* element_type() { return array_type()->element_type(); } function in class:ciArray
H A DciObjectFactory.cpp519 BasicType element_type = FieldType::get_array_info(name->get_symbol(), local
/openjdk10/hotspot/src/share/vm/runtime/
H A DfieldType.cpp89 BasicType element_type = char2type(element[0]); local
/openjdk10/hotspot/src/share/vm/oops/
H A DarrayKlass.hpp74 BasicType element_type() const { return layout_helper_element_type(layout_helper()); } function in class:ArrayKlass
/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h138 typedef T element_type; typedef in class:testing::internal::linked_ptr
H A Dgtest-port.h892 typedef T element_type; typedef in class:testing::internal::scoped_ptr
/openjdk10/jdk/test/org/omg/CORBA/
H A DTestSingletonOrbImpl.java184 public TypeCode create_sequence_tc(int bound, TypeCode element_type) { argument
194 public TypeCode create_array_tc(int length, TypeCode element_type) { argument
H A DTestOrbImpl.java184 public TypeCode create_sequence_tc(int bound, TypeCode element_type) { argument
194 public TypeCode create_array_tc(int length, TypeCode element_type) { argument
/openjdk10/hotspot/src/share/vm/gc/shared/
H A Dtaskqueue.hpp275 typedef E element_type; typedef in class:GenericTaskQueue
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DORB.java933 abstract public TypeCode create_sequence_tc(int bound, TypeCode element_type); argument
971 abstract public TypeCode create_array_tc(int length, TypeCode element_type); argument
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/corba/
H A DTypeCodeImpl.java523 TypeCodeImpl(ORB orb, int creationKind, int bound, TypeCode element_type) argument
/openjdk10/hotspot/src/share/vm/shark/
H A DsharkBuilder.cpp76 CreateArrayAddress(Value* arrayoop, Type* element_type, int element_bytes, ByteSize base_offset, Value* index, const char* name) argument
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orb/
H A DORBSingleton.java210 create_sequence_tc(int bound, TypeCode element_type) argument
222 create_array_tc(int length, TypeCode element_type) argument
H A DORBImpl.java995 create_sequence_tc(int bound, TypeCode element_type) argument
1027 create_array_tc(int length, TypeCode element_type) argument

Completed in 122 milliseconds