Searched refs:addLdc (Results 1 – 9 of 9) 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()
518 addLdc(constPool.addIntegerInfo(n)); in addIconst()691 addLdc(constPool.addFloatInfo(f)); in addFconst()1249 public void addLdc(String s) { in addLdc() method in Bytecode1250 addLdc(constPool.addStringInfo(s)); in addLdc()1258 public void addLdc(int i) { in addLdc() method in Bytecode1493 addLdc(message); in addPrintln()
104 bytecode.addLdc(Descriptor.ofMethod(returnType, paramTypeList)); in atMember()115 bytecode.addLdc(Descriptor.of(dollarType)); in atMember()122 bytecode.addLdc(param0Type); in atMember()
1642 bytecode.addLdc(cname); in atClassObject2()1966 bytecode.addLdc(s.get()); in atStringL()
1021 bytecode.addLdc(bytecode.getConstPool().addClassInfo(cname)); in atClassObject2()
447 code.addLdc(param); in compile()
1122 code.addLdc(stringParams[j]); // ldc ... in compileStringParameter()1376 code.addLdc(value); in compile()1385 code.addLdc(value); in compileIfStatic()
1040 code.addLdc(classname); in addClassInitializer()1070 code.addLdc(superMethod); in callFind2Methods()1074 code.addLdc(thisMethod); in callFind2Methods()1077 code.addLdc(desc); in callFind2Methods()
791 code.addLdc("nine"); in testInvokeDynamic()