Searched refs:getLocal (Results 1 – 14 of 14) sorted by relevance
32 getLocal(x) { return local; } method in test.A34 return new A().getLocal();
320 Type oldType = old.getLocal(i); in mergeJsr()321 Type newType = frame.getLocal(i); in mergeJsr()381 Type oldType = old.getLocal(index); in mergeRet()382 Type newType = frame.getLocal(index); in mergeRet()
423 verifyAssignable(Type.INTEGER, frame.getLocal(index)); in execute()529 verifyAssignable(Type.RETURN_ADDRESS, frame.getLocal(iter.byteAt(pos + 1))); in execute()781 Type type = frame.getLocal(index); in evalLoad()913 verifyAssignable(Type.INTEGER, frame.getLocal(index)); in evalWide()916 verifyAssignable(Type.RETURN_ADDRESS, frame.getLocal(index)); in evalWide()
137 Type type = frame.getLocal(i); in printLocals()
47 public Type getLocal(int index) { in getLocal() method in Frame
117 public Value getLocal(final int i) throws IndexOutOfBoundsException { in getLocal() method in Frame232 getLocal(((VarInsnNode) insn).var))); in execute()258 Value local = getLocal(var - 1); in execute()472 setLocal(var, interpreter.unaryOperation(insn, getLocal(var))); in execute()659 b.append(getLocal(i)); in toString()
75 public RegisterSpec getLocal() { in getLocal() method in LocalEnd
83 public RegisterSpec getLocal() { in getLocal() method in LocalStart
124 RegisterSpec spec = ((LocalStart) insn).getLocal(); in hasLocalInfo()181 RegisterSpec spec = ((LocalStart) insn).getLocal(); in addConstants()
355 RegisterSpec local = ((LocalStart) insn).getLocal(); in make()358 RegisterSpec local = ((LocalEnd) insn).getLocal(); in make()
215 s.append(getShortName(f.getLocal(k).toString())) in verify()
275 static LocalAsMetadata *getLocal(Value *Local) { in getLocal() function344 return ValueAsMetadata::getLocal(Local); in get()
76 assertEquals("java.lang.Object", frame.getLocal(2).getCtClass().getName()); in testReusedLocalMerge()
1647 public btVector3 getLocal() { in getLocal() method in btSoftBody.Anchor