Searched refs:vt (Results 1 - 22 of 22) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dvectornode.hpp37 VectorNode(Node* n1, const TypeVect* vt) : TypeNode(vt, 2) { argument
41 VectorNode(Node* n1, Node* n2, const TypeVect* vt) : TypeNode(vt, 3) { argument
73 AddVBNode(Node* in1, Node* in2, const TypeVect* vt) : VectorNode(in1,in2,vt) {} argument
81 AddVSNode(Node* in1, Node* in2, const TypeVect* vt) : VectorNode(in1,in2,vt) {} argument
89 AddVINode(Node* in1, Node* in2, const TypeVect* vt) : VectorNode(in1,in2,vt) {} argument
97 AddVLNode(Node* in1, Node* in2, const TypeVect* vt) argument
105 AddVFNode(Node* in1, Node* in2, const TypeVect* vt) argument
113 AddVDNode(Node* in1, Node* in2, const TypeVect* vt) argument
121 SubVBNode(Node* in1, Node* in2, const TypeVect* vt) argument
129 SubVSNode(Node* in1, Node* in2, const TypeVect* vt) argument
137 SubVINode(Node* in1, Node* in2, const TypeVect* vt) argument
145 SubVLNode(Node* in1, Node* in2, const TypeVect* vt) argument
153 SubVFNode(Node* in1, Node* in2, const TypeVect* vt) argument
161 SubVDNode(Node* in1, Node* in2, const TypeVect* vt) argument
169 MulVSNode(Node* in1, Node* in2, const TypeVect* vt) argument
177 MulVINode(Node* in1, Node* in2, const TypeVect* vt) argument
185 MulVFNode(Node* in1, Node* in2, const TypeVect* vt) argument
193 MulVDNode(Node* in1, Node* in2, const TypeVect* vt) argument
201 DivVFNode(Node* in1, Node* in2, const TypeVect* vt) argument
209 DivVDNode(Node* in1, Node* in2, const TypeVect* vt) argument
217 LShiftVBNode(Node* in1, Node* in2, const TypeVect* vt) argument
225 LShiftVSNode(Node* in1, Node* in2, const TypeVect* vt) argument
233 LShiftVINode(Node* in1, Node* in2, const TypeVect* vt) argument
241 LShiftVLNode(Node* in1, Node* in2, const TypeVect* vt) argument
249 RShiftVBNode(Node* in1, Node* in2, const TypeVect* vt) argument
257 RShiftVSNode(Node* in1, Node* in2, const TypeVect* vt) argument
265 RShiftVINode(Node* in1, Node* in2, const TypeVect* vt) argument
273 RShiftVLNode(Node* in1, Node* in2, const TypeVect* vt) argument
281 URShiftVBNode(Node* in1, Node* in2, const TypeVect* vt) argument
289 URShiftVSNode(Node* in1, Node* in2, const TypeVect* vt) argument
297 URShiftVINode(Node* in1, Node* in2, const TypeVect* vt) argument
305 URShiftVLNode(Node* in1, Node* in2, const TypeVect* vt) argument
313 LShiftCntVNode(Node* cnt, const TypeVect* vt) argument
322 RShiftCntVNode(Node* cnt, const TypeVect* vt) argument
332 AndVNode(Node* in1, Node* in2, const TypeVect* vt) argument
340 OrVNode(Node* in1, Node* in2, const TypeVect* vt) argument
348 XorVNode(Node* in1, Node* in2, const TypeVect* vt) argument
358 LoadVectorNode(Node* c, Node* mem, Node* adr, const TypePtr* at, const TypeVect* vt) argument
409 ReplicateBNode(Node* in1, const TypeVect* vt) argument
417 ReplicateSNode(Node* in1, const TypeVect* vt) argument
425 ReplicateINode(Node* in1, const TypeVect* vt) argument
433 ReplicateLNode(Node* in1, const TypeVect* vt) argument
441 ReplicateFNode(Node* in1, const TypeVect* vt) argument
449 ReplicateDNode(Node* in1, const TypeVect* vt) argument
459 PackNode(Node* in1, const TypeVect* vt) argument
460 PackNode(Node* in1, Node* n2, const TypeVect* vt) argument
477 PackBNode(Node* in1, const TypeVect* vt) argument
485 PackSNode(Node* in1, const TypeVect* vt) argument
486 PackSNode(Node* in1, Node* in2, const TypeVect* vt) argument
494 PackINode(Node* in1, const TypeVect* vt) argument
495 PackINode(Node* in1, Node* in2, const TypeVect* vt) argument
503 PackLNode(Node* in1, const TypeVect* vt) argument
504 PackLNode(Node* in1, Node* in2, const TypeVect* vt) argument
512 Pack2LNode(Node* in1, Node* in2, const TypeVect* vt) argument
520 PackFNode(Node* in1, const TypeVect* vt) argument
521 PackFNode(Node* in1, Node* in2, const TypeVect* vt) argument
529 PackDNode(Node* in1, const TypeVect* vt) argument
530 PackDNode(Node* in1, Node* in2, const TypeVect* vt) argument
538 Pack2DNode(Node* in1, Node* in2, const TypeVect* vt) argument
[all...]
H A Dvectornode.cpp249 const TypeVect* vt = TypeVect::make(bt, vlen); local
255 case Op_AddVB: return new (C) AddVBNode(n1, n2, vt);
256 case Op_AddVS: return new (C) AddVSNode(n1, n2, vt);
257 case Op_AddVI: return new (C) AddVINode(n1, n2, vt);
258 case Op_AddVL: return new (C) AddVLNode(n1, n2, vt);
259 case Op_AddVF: return new (C) AddVFNode(n1, n2, vt);
260 case Op_AddVD: return new (C) AddVDNode(n1, n2, vt);
262 case Op_SubVB: return new (C) SubVBNode(n1, n2, vt);
263 case Op_SubVS: return new (C) SubVSNode(n1, n2, vt);
264 case Op_SubVI: return new (C) SubVINode(n1, n2, vt);
304 const TypeVect* vt = opd_t->singleton() ? TypeVect::make(opd_t, vlen) local
329 const TypeVect* vt = TypeVect::make(bt, vlen); local
346 const TypeVect* vt = TypeVect::make(bt, vlen); local
407 const TypeVect* vt = TypeVect::make(bt, vlen); local
[all...]
H A Dsuperword.cpp1822 const Type* vt = vtn; local
1826 vt = velt_type(load);
1831 vt = TypeInt::INT;
1834 set_velt_type(in, vt);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DBsdVtblAccess.java32 private String vt; field in class:BsdVtblAccess
41 vt = "__vt_";
44 vt = "_ZTV";
49 return vt + type.getName().length() + type;
H A DLinuxVtblAccess.java32 private String vt; field in class:LinuxVtblAccess
41 vt = "__vt_";
44 vt = "_ZTV";
49 return vt + type.getName().length() + type;
/openjdk7/langtools/test/tools/javac/generics/6531090/
H A DT6531090a.java57 W vt = arg.field;
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp101 BasicType vt = (BasicType)i; local
102 BasicType ft = type2field[vt];
103 switch (vt) {
119 assert(vt == ft, "");
123 assert(vt != ft, "");
127 assert(type2size[vt] == type2size[ft], "");
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DValueGen.java445 ValueEntry vt = (ValueEntry) entry;
446 Vector state = vt.state ();
502 + getValueModifier (vt) + ", "
503 + getConcreteBaseTypeCode (vt) + ", "
528 private static String getValueModifier (ValueEntry vt) argument
531 if (vt.isCustom ())
533 else if (vt.isAbstract ())
535 else if (vt.isSafe ())
540 private static String getConcreteBaseTypeCode (ValueEntry vt) argument
542 Vector v = vt
[all...]
H A DValueBoxGen.java227 ValueEntry vt = (ValueEntry) entry;
228 TypedefEntry member = (TypedefEntry) ((InterfaceState) (vt.state ()).elementAt (0)).entry;
/openjdk7/hotspot/src/share/vm/oops/
H A DklassVtable.cpp1235 klassVtable* vt = sk->vtable(); local
1236 for (int i = 0; i < vt->length(); i++) {
1237 verify_against(st, vt, i);
1242 void klassVtable::verify_against(outputStream* st, klassVtable* vt, int index) { argument
1243 vtableEntry* vte = &vt->table()[index];
1261 void vtableEntry::verify(klassVtable* vt, outputStream* st) { argument
1266 if (!vt->klass()->is_subtype_of(method()->method_holder())) {
1298 klassVtable* vt = kl->vtable(); local
1299 if (vt == NULL) return;
1307 sum_of_array_vtable_len += vt
[all...]
H A DklassVtable.hpp146 void verify_against(outputStream* st, klassVtable* vt, int index);
173 void verify(klassVtable* vt, outputStream* st);
H A Dklass.cpp460 klassVtable* vt = vtable(); local
461 if (vt != NULL) {
463 vt->clear_vtable();
/openjdk7/hotspot/src/share/vm/code/
H A DvtableStubs.cpp205 klassVtable* vt = ik->vtable(); local
209 (address)receiver, index, vt->length()));
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmswtpnt.c129 cmsFloat64Number vt; // v coord of intersection w/ blackbody locus member in struct:__anon850
196 vj = isotempdata[j].vt;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.hpp123 static TypeOrigin cp(u2 index, VerificationType vt);
124 static TypeOrigin signature(VerificationType vt);
H A Dverifier.cpp301 TypeOrigin TypeOrigin::cp(u2 index, VerificationType vt) {
302 return TypeOrigin(CONST_POOL, index, NULL, vt);
304 TypeOrigin TypeOrigin::signature(VerificationType vt) {
305 return TypeOrigin(SIG, 0, NULL, vt);
539 VerificationType vt = VerificationType::reference_type(
541 return TypeOrigin::implicit(vt);
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DIDLGenerator.java1087 ValueType vt = (ValueType)t;
1088 CompoundType.Member[] mems = vt.getMembers();
1089 boolean notCust = !vt.isCustom();
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp656 klassVtable* vt = ko->vtable(); local
657 if (vt) vt->initialize_vtable(false, CHECK);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DlinkResolver.cpp213 klassVtable *vt = instanceKlass::cast(klass())->vtable(); local
214 return vt->index_of_miranda(name, signature);
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp201 klassVtable* vt = instanceKlass::cast(receiver_limit)->vtable(); local
202 vmindex = vt->index_of_miranda(m->name(), m->signature());
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DParser.java1739 Type vt = parseArrayBrackets(t);
1749 actions.defineField(p, curClass, doc, mod, vt, id,
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2988 ValueType* vt = as_ValueType(basic_type); local
2989 state->store_local(idx, new Local(type, vt, idx));

Completed in 135 milliseconds