Searched refs:addLdc (Results 1 – 8 of 8) sorted by relevance
113 /* 1 */ code.addLdc("start"); in generate()116 /* 7 */ code.addLdc("try"); in generate()137 /* 61 */ code.addLdc("inner-try"); in generate()146 /* 80 */ code.addLdc("inner-inner-try"); in generate()155 /* 99 */ code.addLdc("inner-finally"); in generate()163 /* 118 */ code.addLdc("switch - 1789"); in generate()
509 addLdc(constPool.addIntegerInfo(n)); in addIconst()682 addLdc(constPool.addFloatInfo(f)); in addFconst()1162 public void addLdc(String s) { in addLdc() method in Bytecode1163 addLdc(constPool.addStringInfo(s)); in addLdc()1171 public void addLdc(int i) { in addLdc() method in Bytecode1406 addLdc(message); in addPrintln()
89 bytecode.addLdc(Descriptor.ofMethod(returnType, paramTypeList)); in atMember()100 bytecode.addLdc(Descriptor.of(dollarType)); in atMember()107 bytecode.addLdc(param0Type); in atMember()
1573 bytecode.addLdc(cname); in atClassObject2()1893 bytecode.addLdc(s.get()); in atStringL()
977 bytecode.addLdc(bytecode.getConstPool().addClassInfo(cname)); in atClassObject2()
423 code.addLdc(param); in compile()
1068 code.addLdc(stringParams[j]); // ldc ... in compileStringParameter()1306 code.addLdc(value); in compile()1314 code.addLdc(value); in compileIfStatic()
1289 code.addLdc(superMethod); in callFind2Methods()1293 code.addLdc(thisMethod); in callFind2Methods()1296 code.addLdc(desc); in callFind2Methods()