Home
last modified time | relevance | path

Searched refs:InstructionArray (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/
H A DInterpreter.cs24 private readonly InstructionArray _instructions;
29 …internal Interpreter(string name, LocalVariables locals, InstructionArray instructions, DebugInfo[… in Interpreter()
44 internal InstructionArray Instructions => _instructions;
H A DInstructionList.cs17 [DebuggerTypeProxy(typeof(InstructionArray.DebugView))]
18 internal readonly struct InstructionArray struct
29 … internal InstructionArray(int maxStackDepth, int maxContinuationDepth, Instruction[] instructions, in InstructionArray() method
44 private readonly InstructionArray _array;
46 public DebugView(InstructionArray array) in DebugView()
278 public InstructionArray ToArray() in ToArray()
299 return new InstructionArray( in ToArray()
H A DLightLambda.cs146InstructionArray.DebugView debugView = new InstructionArray.DebugView(_interpreter.Instructions); in ToString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_RangeCheckElimination.hpp184 define_array(InstructionArray, Instruction *)
185 define_stack(InstructionList, InstructionArray)
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_RangeCheckElimination.hpp184 define_array(InstructionArray, Instruction *)
185 define_stack(InstructionList, InstructionArray)