Home
last modified time | relevance | path

Searched refs:CheckClosure (Results 1 – 20 of 20) sorted by relevance

/dports/security/gcr/gcr-3.40.0/gcr/
H A Dgcr-key-mechanisms.c121 } CheckClosure; typedef
126 CheckClosure *closure = data; in check_closure_free()
159 CheckClosure *closure; in _gcr_key_mechanisms_check_async()
167 closure = g_new0 (CheckClosure, 1); in _gcr_key_mechanisms_check_async()
185 CheckClosure *closure; in _gcr_key_mechanisms_check_finish()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/gen/
H A DVerifyingMoveFactory.java94 private static class CheckClosure { class in VerifyingMoveFactory
105 CheckClosure(AllocatableValue result, Value input) { in CheckClosure() method in VerifyingMoveFactory.CheckClosure
141 VerifyingMoveFactory.CheckClosure c = new CheckClosure(result, input); in checkResult()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/gen/
H A DVerifyingMoveFactory.java94 private static class CheckClosure { class in VerifyingMoveFactory
105 CheckClosure(AllocatableValue result, Value input) { in CheckClosure() method in VerifyingMoveFactory.CheckClosure
141 VerifyingMoveFactory.CheckClosure c = new CheckClosure(result, input); in checkResult()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/gen/
H A DVerifyingMoveFactory.java94 private static class CheckClosure { class in VerifyingMoveFactory
105 CheckClosure(AllocatableValue result, Value input) { in CheckClosure() method in VerifyingMoveFactory.CheckClosure
141 VerifyingMoveFactory.CheckClosure c = new CheckClosure(result, input); in checkResult()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/gen/
H A DVerifyingMoveFactory.java94 private static class CheckClosure { class in VerifyingMoveFactory
105 CheckClosure(AllocatableValue result, Value input) { in CheckClosure() method in VerifyingMoveFactory.CheckClosure
141 VerifyingMoveFactory.CheckClosure c = new CheckClosure(result, input); in checkResult()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/gen/
H A DVerifyingMoveFactory.java94 private static class CheckClosure { class in VerifyingMoveFactory
105 CheckClosure(AllocatableValue result, Value input) { in CheckClosure() method in VerifyingMoveFactory.CheckClosure
141 VerifyingMoveFactory.CheckClosure c = new CheckClosure(result, input); in checkResult()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/gen/
H A DVerifyingMoveFactory.java94 private static class CheckClosure { class in VerifyingMoveFactory
105 CheckClosure(AllocatableValue result, Value input) { in CheckClosure() method in VerifyingMoveFactory.CheckClosure
141 VerifyingMoveFactory.CheckClosure c = new CheckClosure(result, input); in checkResult()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/gen/
H A DVerifyingMoveFactory.java94 private static class CheckClosure { class in VerifyingMoveFactory
105 CheckClosure(AllocatableValue result, Value input) { in CheckClosure() method in VerifyingMoveFactory.CheckClosure
141 VerifyingMoveFactory.CheckClosure c = new CheckClosure(result, input); in checkResult()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dsimplified-operator.h794 const Operator* CheckClosure(const Handle<FeedbackCell>& feedback_cell); in NON_EXPORTED_BASE()
H A Dopcodes.h412 V(CheckClosure) \
H A Dsimplified-operator.cc1489 const Operator* SimplifiedOperatorBuilder::CheckClosure( in CheckClosure() function in v8::internal::compiler::SimplifiedOperatorBuilder
H A Djs-call-reducer.cc4017 graph()->NewNode(simplified()->CheckClosure(feedback_cell.object()), in ReduceJSCall()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dsimplified-operator.h927 const Operator* CheckClosure(const Handle<FeedbackCell>& feedback_cell); in NON_EXPORTED_BASE()
H A Dopcodes.h402 V(CheckClosure) \
H A Dsimplified-operator.cc1567 const Operator* SimplifiedOperatorBuilder::CheckClosure( in CheckClosure() function in v8::internal::compiler::SimplifiedOperatorBuilder
H A Djs-call-reducer.cc4460 graph()->NewNode(simplified()->CheckClosure(feedback_cell.object()), in ReduceJSCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dopcodes.h400 V(CheckClosure) \
H A Dsimplified-operator.h893 const Operator* CheckClosure(const Handle<FeedbackCell>& feedback_cell); in NON_EXPORTED_BASE()
H A Dsimplified-operator.cc1575 const Operator* SimplifiedOperatorBuilder::CheckClosure( in CheckClosure() function in v8::internal::compiler::SimplifiedOperatorBuilder
H A Djs-call-reducer.cc4193 graph()->NewNode(simplified()->CheckClosure(feedback_cell.object()), in ReduceJSCall()