Searched refs:getPrototype (Results 1 – 14 of 14) sorted by relevance
60 public final Prototype getPrototype() { in getPrototype() method in CstBaseMethodRef75 public final Prototype getPrototype(boolean isStatic) { in getPrototype() method in CstBaseMethodRef125 return getPrototype(isStatic).getParameterTypes().getWordCount(); in getParameterWordCount()
46 protoIds.intern(getMethodRef().getPrototype()); in addContents()62 return protoIds.indexOf(getMethodRef().getPrototype()); in getTypoidIdx()
113 this.desc = ref.getPrototype(); in DebugInfoDecoder()
122 this.desc = ref.getPrototype(); in DebugInfoEncoder()
102 this.desc = ref.getPrototype(); in DebugInfoDecoder()
114 this.desc = ref.getPrototype(); in DebugInfoEncoder()
39 public Prototype getPrototype(); in getPrototype() method
531 Type returnType = machine.getPrototype().getReturnType(); in checkReturnType()654 ((CstMethodRef) cst).getPrototype(false); in visitConstant()664 ((CstMethodRef) cst).getPrototype(true); in visitConstant()
456 Rops.opInvokeStatic(MULTIANEWARRAY_METHOD.getPrototype()), in run()462 rop = Rops.opMoveResult(MULTIANEWARRAY_METHOD.getPrototype() in run()501 Rops.opMoveResult(((CstMethodRef) cst).getPrototype() in run()
99 public Prototype getPrototype() { in getPrototype() method in BaseMachine
1204 return opInvokeStatic(((CstMethodRef) cst).getPrototype()); in ropFor()1208 Prototype meth = cstMeth.getPrototype(); in ropFor()1215 Prototype meth = cstMeth.getPrototype(); in ropFor()1222 Prototype meth = cstMeth.getPrototype(); in ropFor()1229 Prototype meth = cstMeth.getPrototype(); in ropFor()