Searched defs:forEachAlive (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/
H A DLIRInstructionClass.java244 final void forEachAlive(LIRInstruction obj, InstructionValueProcedure proc) { method in class:LIRInstructionClass
H A DLIRInstruction.java253 public final void forEachAlive(InstructionValueProcedure proc) { method in class:LIRInstruction
274 public final void forEachAlive(ValueProcedure proc) { method in class:LIRInstruction

Completed in 89 milliseconds