Lines Matching refs:frame

74    * The stack frame where all variables and params will be kept.
80 * The top of the stack frame (<code>_stackFrames</code>).
86 * The bottom index of the current frame (relative to <code>_stackFrames</code>).
92 * The stack of frame positions. I call 'em links because of distant
137 // Adding one here to the stack of frame positions will allow us always
145 * Set the current stack frame.
147 * @param sf The new stack frame position.
159 * @return The current stack frame position.
174 * @param size The size of the stack frame allocation. This ammount should
176 * at one time in the new stack frame.
178 * @return The bottom of the stack frame, from where local variable addressing
211 * Free up the stack frame that was last allocated with
221 * Free up the stack frame that was last allocated with
223 * @param currentFrame The current frame to set to
233 * Set a local variable or parameter in the current stack frame.
237 * frame bottom.
247 * Set a local variable or parameter in the specified stack frame.
251 * frame bottom.
262 * Get a local variable or parameter in the current stack frame.
269 * frame bottom.
296 * Get a local variable or parameter in the current stack frame.
300 * frame bottom.
301 * NEEDSDOC @param frame
307 public XObject getLocalVariable(int index, int frame)
311 index += frame;
319 * Get a local variable or parameter in the current stack frame.
326 * frame bottom.
356 * frame bottom.
376 * @param start The start position, relative to the current local stack frame.
388 * Set a global variable or parameter in the global stack frame.
391 * @param index Local variable index relative to the global stack frame
402 * Get a global variable or parameter from the global stack frame.
409 * frame bottom.
429 * Get a global variable or parameter from the global stack frame.
436 * frame bottom.