Home
last modified time | relevance | path

Searched refs:new_type_array (Results 1 – 25 of 101) sorted by relevance

12345

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_Runtime1.hpp52 stub(new_type_array) \
142 static void new_type_array (JavaThread* thread, Klass* klass, jint length);
H A Dc1_GraphBuilder.hpp260 void new_type_array();
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_Runtime1.hpp52 stub(new_type_array) \
142 static void new_type_array (JavaThread* thread, Klass* klass, jint length);
H A Dc1_GraphBuilder.hpp260 void new_type_array();
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_Runtime1.hpp52 stub(new_type_array) \
142 static void new_type_array (JavaThread* thread, Klass* klass, jint length);
H A Dc1_GraphBuilder.hpp260 void new_type_array();
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_Runtime1.hpp52 stub(new_type_array) \
142 static void new_type_array (JavaThread* thread, Klass* klass, jint length);
H A Dc1_GraphBuilder.hpp260 void new_type_array();
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_Runtime1.hpp52 stub(new_type_array) \
137 static void new_type_array (JavaThread* current, Klass* klass, jint length);
H A Dc1_GraphBuilder.hpp260 void new_type_array();
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_Runtime1.hpp52 stub(new_type_array) \
142 static void new_type_array (JavaThread* thread, Klass* klass, jint length);
H A Dc1_GraphBuilder.hpp260 void new_type_array();
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_Runtime1.hpp52 stub(new_type_array) \
142 static void new_type_array (JavaThread* thread, Klass* klass, jint length);
H A Dc1_GraphBuilder.hpp260 void new_type_array();
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_Runtime1.hpp52 stub(new_type_array) \
142 static void new_type_array (JavaThread* thread, Klass* klass, jint length);
H A Dc1_GraphBuilder.hpp260 void new_type_array();
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.hpp52 stub(new_type_array) \
138 static void new_type_array (JavaThread* thread, Klass* klass, jint length);
H A Dc1_GraphBuilder.hpp254 void new_type_array();
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.hpp52 stub(new_type_array) \
138 static void new_type_array (JavaThread* thread, Klass* klass, jint length);
H A Dc1_GraphBuilder.hpp254 void new_type_array();
/dports/graphics/libGLU/glu-9.0.2/src/libnurbs/interface/
H A DbezierPatchMesh.cc432 GLenum *new_type_array; in bezierPatchMeshDelDeg() local
439 new_type_array = (GLenum*)malloc(sizeof(GLenum) * bpm->index_length_array); in bezierPatchMeshDelDeg()
456 new_type_array[index_new_length_array] = bpm->type_array[i]; in bezierPatchMeshDelDeg()
469 bpm->type_array=new_type_array; in bezierPatchMeshDelDeg()
/dports/devel/libfirm/libfirm-1.21.0/ir/ir/
H A Dirprofile.c423 array_type = new_type_array(1, uint_type); in new_array_entity()
445 ir_type *string_type = new_type_array(1, char_type); in new_static_string_entity()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DphaseX.cpp464 Type_Array new_type_array(C->comp_arena()); in PhaseRenumberLive() local
473 new_type_array.map(current_idx, type); in PhaseRenumberLive()
493 gvn->replace_types(new_type_array); in PhaseRenumberLive()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DphaseX.cpp464 Type_Array new_type_array(C->comp_arena()); in PhaseRenumberLive() local
473 new_type_array.map(current_idx, type); in PhaseRenumberLive()
493 gvn->replace_types(new_type_array); in PhaseRenumberLive()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A DphaseX.cpp475 Type_Array new_type_array(C->comp_arena()); in PhaseRenumberLive() local
484 new_type_array.map(current_idx, type); in PhaseRenumberLive()
504 gvn->replace_types(new_type_array); in PhaseRenumberLive()

12345