Searched defs:elem_type (Results 1 - 12 of 12) sorted by relevance

/openjdk9/hotspot/src/share/vm/opto/
H A Dparse3.cpp361 void Parse::do_newarray(BasicType elem_type) { argument
H A Dparse2.cpp54 void Parse::array_load(BasicType elem_type) { argument
66 void Parse::array_store(BasicType elem_type) { argument
76 store_to_memory(control(), adr, val, elem_type, adr_type, StoreNode::release_if_reference(elem_type)); local
[all...]
H A Druntime.cpp268 BasicType elem_type = TypeArrayKlass::cast(array_type)->element_type(); variable
275 Klass* elem_type = ObjArrayKlass::cast(array_type)->element_klass(); variable
306 BasicType elem_type = TypeArrayKlass::cast(array_type)->element_type(); variable
327 BasicType elem_type = TypeArrayKlass::cast(array_type)->element_type(); variable
[all...]
H A Dmacro.cpp809 ciType* elem_type = NULL; local
H A Dlibrary_call.cpp2246 const TypeOopPtr *elem_type = adr_type->is_aryptr()->elem()->isa_oopptr(); local
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp1081 BasicType elem_type = x->elt_type(); local
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRGenerator_aarch64.cpp1113 BasicType elem_type = x->elt_type(); local
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRGenerator_ppc.cpp1003 BasicType elem_type = x->elt_type(); local
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp1318 BasicType elem_type = x->elt_type(); local
/openjdk9/hotspot/src/cpu/arm/vm/
H A Dc1_LIRGenerator_arm.cpp1305 BasicType elem_type = x->elt_type(); local
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dc1_LIRGenerator_s390.cpp884 BasicType elem_type = x->elt_type(); local
/openjdk9/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp1106 jvmtiPrimitiveType elem_type = (jvmtiPrimitiveType)type2char(type); local

Completed in 151 milliseconds