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

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DBsdVtblAccess.java32 private String vt; field in class:BsdVtblAccess
48 vt = isDarwin ? "_vt_" : "__vt_";
51 vt = "_ZTV";
56 return vt + type.getName().length() + type;
H A DLinuxVtblAccess.java32 private String vt; field in class:LinuxVtblAccess
40 vt = "__vt_";
43 vt = "_ZTV";
48 return vt + type.getName().length() + type;
/openjdk10/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
47 VectorNode(Node* n1, Node* n2, Node* n3, const TypeVect* vt) : TypeNode(vt, 4) { argument
81 AddVBNode(Node* in1, Node* in2, const TypeVect* vt) : VectorNode(in1,in2,vt) {} argument
89 AddVSNode(Node* in1, Node* in2, const TypeVect* vt) : VectorNode(in1,in2,vt) {} argument
97 AddVINode(Node* in1, Node* in2, const TypeVect* vt) argument
105 AddVLNode(Node* in1, Node* in2, const TypeVect* vt) argument
113 AddVFNode(Node* in1, Node* in2, const TypeVect* vt) argument
121 AddVDNode(Node* in1, Node* in2, const TypeVect* vt) argument
180 SubVBNode(Node* in1, Node* in2, const TypeVect* vt) argument
188 SubVSNode(Node* in1, Node* in2, const TypeVect* vt) argument
196 SubVINode(Node* in1, Node* in2, const TypeVect* vt) argument
204 SubVLNode(Node* in1, Node* in2, const TypeVect* vt) argument
212 SubVFNode(Node* in1, Node* in2, const TypeVect* vt) argument
220 SubVDNode(Node* in1, Node* in2, const TypeVect* vt) argument
228 MulVSNode(Node* in1, Node* in2, const TypeVect* vt) argument
236 MulVINode(Node* in1, Node* in2, const TypeVect* vt) argument
244 MulVLNode(Node* in1, Node* in2, const TypeVect* vt) argument
252 MulVFNode(Node* in1, Node* in2, const TypeVect* vt) argument
260 MulVDNode(Node* in1, Node* in2, const TypeVect* vt) argument
268 FmaVDNode(Node* in1, Node* in2, Node* in3, const TypeVect* vt) argument
276 FmaVFNode(Node* in1, Node* in2, Node* in3, const TypeVect* vt) argument
284 CMoveVDNode(Node* in1, Node* in2, Node* in3, const TypeVect* vt) argument
332 DivVFNode(Node* in1, Node* in2, const TypeVect* vt) argument
340 DivVDNode(Node* in1, Node* in2, const TypeVect* vt) argument
348 AbsVFNode(Node* in, const TypeVect* vt) argument
356 AbsVDNode(Node* in, const TypeVect* vt) argument
364 NegVFNode(Node* in, const TypeVect* vt) argument
372 NegVDNode(Node* in, const TypeVect* vt) argument
380 SqrtVDNode(Node* in, const TypeVect* vt) argument
388 LShiftVBNode(Node* in1, Node* in2, const TypeVect* vt) argument
396 LShiftVSNode(Node* in1, Node* in2, const TypeVect* vt) argument
404 LShiftVINode(Node* in1, Node* in2, const TypeVect* vt) argument
412 LShiftVLNode(Node* in1, Node* in2, const TypeVect* vt) argument
420 RShiftVBNode(Node* in1, Node* in2, const TypeVect* vt) argument
428 RShiftVSNode(Node* in1, Node* in2, const TypeVect* vt) argument
436 RShiftVINode(Node* in1, Node* in2, const TypeVect* vt) argument
444 RShiftVLNode(Node* in1, Node* in2, const TypeVect* vt) argument
452 URShiftVBNode(Node* in1, Node* in2, const TypeVect* vt) argument
460 URShiftVSNode(Node* in1, Node* in2, const TypeVect* vt) argument
468 URShiftVINode(Node* in1, Node* in2, const TypeVect* vt) argument
476 URShiftVLNode(Node* in1, Node* in2, const TypeVect* vt) argument
484 LShiftCntVNode(Node* cnt, const TypeVect* vt) argument
493 RShiftCntVNode(Node* cnt, const TypeVect* vt) argument
503 AndVNode(Node* in1, Node* in2, const TypeVect* vt) argument
511 OrVNode(Node* in1, Node* in2, const TypeVect* vt) argument
519 XorVNode(Node* in1, Node* in2, const TypeVect* vt) argument
529 LoadVectorNode(Node* c, Node* mem, Node* adr, const TypePtr* at, const TypeVect* vt, ControlDependency control_dependency = LoadNode::DependsOnlyOnTest) argument
585 ReplicateBNode(Node* in1, const TypeVect* vt) argument
593 ReplicateSNode(Node* in1, const TypeVect* vt) argument
601 ReplicateINode(Node* in1, const TypeVect* vt) argument
609 ReplicateLNode(Node* in1, const TypeVect* vt) argument
617 ReplicateFNode(Node* in1, const TypeVect* vt) argument
625 ReplicateDNode(Node* in1, const TypeVect* vt) argument
635 PackNode(Node* in1, const TypeVect* vt) argument
636 PackNode(Node* in1, Node* n2, const TypeVect* vt) argument
653 PackBNode(Node* in1, const TypeVect* vt) argument
661 PackSNode(Node* in1, const TypeVect* vt) argument
662 PackSNode(Node* in1, Node* in2, const TypeVect* vt) argument
670 PackINode(Node* in1, const TypeVect* vt) argument
671 PackINode(Node* in1, Node* in2, const TypeVect* vt) argument
679 PackLNode(Node* in1, const TypeVect* vt) argument
680 PackLNode(Node* in1, Node* in2, const TypeVect* vt) argument
688 Pack2LNode(Node* in1, Node* in2, const TypeVect* vt) argument
696 PackFNode(Node* in1, const TypeVect* vt) argument
697 PackFNode(Node* in1, Node* in2, const TypeVect* vt) argument
705 PackDNode(Node* in1, const TypeVect* vt) argument
706 PackDNode(Node* in1, Node* in2, const TypeVect* vt) argument
714 Pack2DNode(Node* in1, Node* in2, const TypeVect* vt) argument
[all...]
H A Dvectornode.cpp285 const TypeVect* vt = TypeVect::make(bt, vlen); local
290 case Op_AddVB: return new AddVBNode(n1, n2, vt);
291 case Op_AddVS: return new AddVSNode(n1, n2, vt);
292 case Op_AddVI: return new AddVINode(n1, n2, vt);
293 case Op_AddVL: return new AddVLNode(n1, n2, vt);
294 case Op_AddVF: return new AddVFNode(n1, n2, vt);
295 case Op_AddVD: return new AddVDNode(n1, n2, vt);
297 case Op_SubVB: return new SubVBNode(n1, n2, vt);
298 case Op_SubVS: return new SubVSNode(n1, n2, vt);
299 case Op_SubVI: return new SubVINode(n1, n2, vt);
347 const TypeVect* vt = TypeVect::make(bt, vlen); local
363 const TypeVect* vt = opd_t->singleton() ? TypeVect::make(opd_t, vlen) local
389 const TypeVect* vt = TypeVect::make(bt, vlen); local
407 const TypeVect* vt = TypeVect::make(bt, vlen); local
471 const TypeVect* vt = TypeVect::make(bt, vlen); local
[all...]
H A Dsuperword.cpp2354 const TypeVect* vt = TypeVect::make(bt, vlen); local
2355 vn = new CMoveVDNode(cc, src1, src2, vt);
2914 const Type* vt = vtn; local
2918 vt = velt_type(load);
2923 vt = TypeInt::INT;
2926 set_velt_type(in, vt);
/openjdk10/langtools/test/tools/javac/generics/6531090/
H A DT6531090a.java57 W vt = arg.field;
/openjdk10/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp102 BasicType vt = (BasicType)i; local
103 BasicType ft = type2field[vt];
104 switch (vt) {
122 assert(vt == ft, "");
126 assert(vt != ft, "");
130 assert(type2size[vt] == type2size[ft], "");
/openjdk10/corba/src/java.corba/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;
/openjdk10/hotspot/src/share/vm/code/
H A DvtableStubs.cpp222 klassVtable vt = ik->vtable(); local
226 p2i(receiver), index, vt.length());
/openjdk10/hotspot/src/share/vm/oops/
H A DklassVtable.hpp162 void verify_against(outputStream* st, klassVtable* vt, int index);
206 void verify(klassVtable* vt, outputStream* st);
H A DklassVtable.cpp1489 klassVtable vt = sk->vtable();
1490 for (int i = 0; i < vt.length(); i++) {
1491 verify_against(st, &vt, i);
1496 void klassVtable::verify_against(outputStream* st, klassVtable* vt, int index) {
1497 vtableEntry* vte = &vt->table()[index];
1515 void vtableEntry::verify(klassVtable* vt, outputStream* st) {
1517 Klass* vtklass = vt->klass();
1558 klassVtable vt = kl->vtable();
1566 sum_of_array_vtable_len += vt.length();
1568 sum_of_vtable_len += vt
[all...]
H A Dklass.cpp506 vtableEntry* vt = start_of_vtable();
508 it->push(vt[i].method_addr());
/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/
H A DEval.java275 VariableTree vt = (VariableTree) unitTree;
276 String name = vt.getName().toString();
277 String typeName = EvalPretty.prettyExpr((JCTree) vt.getType(), false);
278 Tree baseType = vt.getType();
288 Range runit = dis.treeToRange(vt);
290 ExpressionTree it = vt.getInitializer();
308 DiagList modDiag = modifierDiagnostics(vt.getModifiers(), dis, true);
H A DTreeDissector.java200 VariableTree vt = (VariableTree) mem;
201 return vt;
/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmswtpnt.c129 cmsFloat64Number vt; // v coord of intersection w/ blackbody locus member in struct:__anon1039
196 vj = isotempdata[j].vt;
/openjdk10/hotspot/src/share/vm/classfile/
H A Dverifier.hpp130 static TypeOrigin cp(u2 index, VerificationType vt);
131 static TypeOrigin signature(VerificationType vt);
H A Dverifier.cpp345 TypeOrigin TypeOrigin::cp(u2 index, VerificationType vt) { argument
346 return TypeOrigin(CONST_POOL, index, NULL, vt);
348 TypeOrigin TypeOrigin::signature(VerificationType vt) { argument
349 return TypeOrigin(SIG, 0, NULL, vt);
588 VerificationType vt = VerificationType::reference_type( local
590 return TypeOrigin::implicit(vt);
/openjdk10/jdk/src/java.base/share/classes/java/util/concurrent/
H A DForkJoinPool.java1480 Thread vt = v.owner;
1484 LockSupport.unpark(vt);
1520 Thread vt = v.owner;
1525 LockSupport.unpark(vt);
/openjdk10/corba/src/jdk.rmic/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();
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.virtual/src/org/graalvm/compiler/virtual/phases/ea/
H A DPartialEscapeClosure.java258 protected boolean virtualize(ValueNode node, VirtualizerTool vt) { argument
259 ((Virtualizable) node).virtualize(vt);
/openjdk10/hotspot/src/share/vm/interpreter/
H A DlinkResolver.cpp417 klassVtable vt = ik->vtable(); local
418 vtable_index = vt.index_of_miranda(name, signature);
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DParser.java1739 Type vt = parseArrayBrackets(t);
1749 actions.defineField(p, curClass, doc, mod, vt, id,
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp3169 ValueType* vt = as_ValueType(basic_type); local
3170 state->store_local(idx, new Local(type, vt, idx, false));
/openjdk10/nashorn/test/script/basic/
H A DJDK-8017084.js623 vt: 592,

Completed in 350 milliseconds