Home
last modified time | relevance | path

Searched refs:catcherType (Results 1 – 11 of 11) sorted by relevance

/dports/security/klee/klee-2.2/runtime/klee-eh-cxx/
H A Dklee_eh_cxx.cpp43 bool _klee_eh_can_catch(const void *catcherType, in _klee_eh_can_catch() argument
46 return static_cast<const __shim_type_info *>(catcherType) in _klee_eh_can_catch()
113 const void *catcherType = *reinterpret_cast<const void *const *>(cur_pos); in _klee_eh_cxx_personality() local
115 if (catcherType == NULL) { in _klee_eh_cxx_personality()
118 return klee_eh_typeid_for(catcherType); in _klee_eh_cxx_personality()
121 if (_klee_eh_can_catch(catcherType, exceptionType, adjustedPtr)) { in _klee_eh_cxx_personality()
123 return klee_eh_typeid_for(catcherType); in _klee_eh_cxx_personality()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java1126 MethodType catcherType = type.insertParameterTypes(0, Throwable.class); in emitGuardWithCatch() local
1127 …mv.visitMethodInsn(Opcodes.INVOKEVIRTUAL, MH, "invokeBasic", catcherType.basicType().toMethodDescr… in emitGuardWithCatch()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java1126 MethodType catcherType = type.insertParameterTypes(0, Throwable.class); in emitGuardWithCatch() local
1127 …mv.visitMethodInsn(Opcodes.INVOKEVIRTUAL, MH, "invokeBasic", catcherType.basicType().toMethodDescr… in emitGuardWithCatch()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java1212 MethodType catcherType = type.insertParameterTypes(0, Throwable.class); in emitGuardWithCatch() local
1213 …mv.visitMethodInsn(Opcodes.INVOKEVIRTUAL, MH, "invokeBasic", catcherType.basicType().toMethodDescr… in emitGuardWithCatch()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java1212 MethodType catcherType = type.insertParameterTypes(0, Throwable.class); in emitGuardWithCatch() local
1213 …mv.visitMethodInsn(Opcodes.INVOKEVIRTUAL, MH, "invokeBasic", catcherType.basicType().toMethodDescr… in emitGuardWithCatch()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java1212 MethodType catcherType = type.insertParameterTypes(0, Throwable.class); in emitGuardWithCatch() local
1213 …mv.visitMethodInsn(Opcodes.INVOKEVIRTUAL, MH, "invokeBasic", catcherType.basicType().toMethodDescr… in emitGuardWithCatch()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java1212 MethodType catcherType = type.insertParameterTypes(0, Throwable.class); in emitGuardWithCatch() local
1213 …mv.visitMethodInsn(Opcodes.INVOKEVIRTUAL, MH, "invokeBasic", catcherType.basicType().toMethodDescr… in emitGuardWithCatch()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java1216 MethodType catcherType = type.insertParameterTypes(0, Throwable.class); in emitGuardWithCatch() local
1217 …mv.visitMethodInsn(Opcodes.INVOKEVIRTUAL, MH, "invokeBasic", catcherType.basicType().toMethodDescr… in emitGuardWithCatch()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java1291 MethodType catcherType = type.insertParameterTypes(0, Throwable.class); in emitGuardWithCatch() local
1292 …mv.visitMethodInsn(Opcodes.INVOKEVIRTUAL, MH, "invokeBasic", catcherType.basicType().toMethodDescr… in emitGuardWithCatch()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java1236 MethodType catcherType = type.insertParameterTypes(0, Throwable.class);
1237 …mv.visitMethodInsn(Opcodes.INVOKEVIRTUAL, MH, "invokeBasic", catcherType.basicType().toMethodDescr…
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java1288 MethodType catcherType = type.insertParameterTypes(0, Throwable.class); in emitGuardWithCatch() local
1289 …mv.visitMethodInsn(Opcodes.INVOKEVIRTUAL, MH, "invokeBasic", catcherType.basicType().toMethodDescr… in emitGuardWithCatch()