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

/libcore/dalvik/src/main/java/dalvik/system/
H A DEmulatedStackFrame.java32 * The type of this stack frame, i.e, the types of its arguments and the type of its
38 * The type of the callsite that produced this stack frame. This contains the types of
54 * Reference values do not appear on the stack frame but they appear (in order)
59 * of the stack frame, depending on the type.
62 * and is determined by the {@code MethodType} of the frame.
92 * Returns the {@code MethodType} that the frame was created for.
155 * Creates an emulated stack frame for a given {@code MethodType}.
226 * Copies the return value from this stack frame to {@code other}.
302 * The number of arguments that this stack frame expects.
307 * The stack frame w
309 protected EmulatedStackFrame frame; field in class:EmulatedStackFrame.StackFrameAccessor
[all...]

Completed in 202 milliseconds