Searched refs:numLocals (Results 1 – 2 of 2) sorted by relevance
65 internal void Enter(Opcode[] code, int numLocals) in Enter() argument67 Frame f = new Frame(rsp, numLocals); in Enter()175 internal Frame(Frame upper, int numLocals) in Frame() argument178 locals = new TValue[numLocals]; in Frame()
51 int numLocals, Opcode[] code, string[] toResolve) in WordInterpreted() argument56 NumLocals = numLocals; in WordInterpreted()