Home
last modified time | relevance | path

Searched refs:emitStoreInsn (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java508 private void emitStoreInsn(BasicType type, int index) {
524 emitStoreInsn(L_TYPE, index);
1344 emitStoreInsn(basicReturnType, index);
1405 emitStoreInsn(L_TYPE, casesLocal);
1572emitStoreInsn(BasicType.basicType(cInitType.returnType()), firstLoopStateIndex + state);
1590emitStoreInsn(BasicType.basicType(stepType.returnType()), firstLoopStateIndex + state);
1705 emitStoreInsn(name.type, name.index());
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java441 private void emitStoreInsn(BasicType type, int index) { in emitStoreInsn() method in InvokerBytecodeGenerator
458 emitStoreInsn(L_TYPE, index); in emitAstoreInsn()
1320 emitStoreInsn(basicReturnType, index); in emitTryFinally()
1502emitStoreInsn(BasicType.basicType(cInitType.returnType()), firstLoopStateIndex + state); in emitLoop()
1520emitStoreInsn(BasicType.basicType(stepType.returnType()), firstLoopStateIndex + state); in emitLoop()
1634 emitStoreInsn(name.type, name.index()); in emitStoreResult()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java441 private void emitStoreInsn(BasicType type, int index) { in emitStoreInsn() method in InvokerBytecodeGenerator
458 emitStoreInsn(L_TYPE, index); in emitAstoreInsn()
1320 emitStoreInsn(basicReturnType, index); in emitTryFinally()
1502emitStoreInsn(BasicType.basicType(cInitType.returnType()), firstLoopStateIndex + state); in emitLoop()
1520emitStoreInsn(BasicType.basicType(stepType.returnType()), firstLoopStateIndex + state); in emitLoop()
1634 emitStoreInsn(name.type, name.index()); in emitStoreResult()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java441 private void emitStoreInsn(BasicType type, int index) { in emitStoreInsn() method in InvokerBytecodeGenerator
458 emitStoreInsn(L_TYPE, index); in emitAstoreInsn()
1320 emitStoreInsn(basicReturnType, index); in emitTryFinally()
1502emitStoreInsn(BasicType.basicType(cInitType.returnType()), firstLoopStateIndex + state); in emitLoop()
1520emitStoreInsn(BasicType.basicType(stepType.returnType()), firstLoopStateIndex + state); in emitLoop()
1634 emitStoreInsn(name.type, name.index()); in emitStoreResult()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java445 private void emitStoreInsn(BasicType type, int index) { in emitStoreInsn() method in InvokerBytecodeGenerator
462 emitStoreInsn(L_TYPE, index); in emitAstoreInsn()
1324 emitStoreInsn(basicReturnType, index); in emitTryFinally()
1506emitStoreInsn(BasicType.basicType(cInitType.returnType()), firstLoopStateIndex + state); in emitLoop()
1524emitStoreInsn(BasicType.basicType(stepType.returnType()), firstLoopStateIndex + state); in emitLoop()
1638 emitStoreInsn(name.type, name.index()); in emitStoreResult()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java516 private void emitStoreInsn(BasicType type, int index) { in emitStoreInsn() method in InvokerBytecodeGenerator
533 emitStoreInsn(L_TYPE, index); in emitAstoreInsn()
1399 emitStoreInsn(basicReturnType, index); in emitTryFinally()
1581emitStoreInsn(BasicType.basicType(cInitType.returnType()), firstLoopStateIndex + state); in emitLoop()
1599emitStoreInsn(BasicType.basicType(stepType.returnType()), firstLoopStateIndex + state); in emitLoop()
1713 emitStoreInsn(name.type, name.index()); in emitStoreResult()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java513 private void emitStoreInsn(BasicType type, int index) { in emitStoreInsn() method in InvokerBytecodeGenerator
530 emitStoreInsn(L_TYPE, index); in emitAstoreInsn()
1396 emitStoreInsn(basicReturnType, index); in emitTryFinally()
1578emitStoreInsn(BasicType.basicType(cInitType.returnType()), firstLoopStateIndex + state); in emitLoop()
1596emitStoreInsn(BasicType.basicType(stepType.returnType()), firstLoopStateIndex + state); in emitLoop()
1710 emitStoreInsn(name.type, name.index()); in emitStoreResult()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java441 private void emitStoreInsn(BasicType type, int index) { in emitStoreInsn() method in InvokerBytecodeGenerator
458 emitStoreInsn(L_TYPE, index); in emitAstoreInsn()
1480emitStoreInsn(BasicType.basicType(cInitType.returnType()), firstLoopStateIndex + state); in emitLoop()
1498emitStoreInsn(BasicType.basicType(stepType.returnType()), firstLoopStateIndex + state); in emitLoop()
1612 emitStoreInsn(name.type, name.index()); in emitStoreResult()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java412 private void emitStoreInsn(BasicType type, int index) { in emitStoreInsn() method in InvokerBytecodeGenerator
429 emitStoreInsn(L_TYPE, index); in emitAstoreInsn()
1178 emitStoreInsn(name.type, name.index()); in emitStoreResult()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java412 private void emitStoreInsn(BasicType type, int index) { in emitStoreInsn() method in InvokerBytecodeGenerator
429 emitStoreInsn(L_TYPE, index); in emitAstoreInsn()
1178 emitStoreInsn(name.type, name.index()); in emitStoreResult()