Lines Matching full:contains
54 must contains a valid pointer to `panda::ManagedThread` on entry to each compiled function.
83 A stack frame contains data necessary to execute the function the frame belongs to.
88 …rames are organized into a linked list. The field `panda::Frame::prev_` contains a pointer to the …
140 `stack pointer` register contains a pointer to the last stack element.
141 `frame pointer` register contains a pointer to the place in the stack where the return address is s…
143 Panda contains special class for getting cframe layout: `class CFrameLayout`. Everything related to…
156 // r0 contains a pointer to the current `panda::Method`
161 // r0 contains a pointer to `panada::Method` which describes `int max(int, int)` function.
168 // r0 contains the function result
172 The Compiler have an entrypoints table. Each entrypoint contains a link to the Bridge Function.
248 Instead of pointer to `panda::Method` the frame contains constant `INTERPRETER_TO_COMPILED_CODE_BRI…
255 * Creates a boundary stack frame which contains room for interpreter frame.
282 Instead of a pointer to `panda::Method` the frame contains constant `COMPILED_CODE_TO_INTERPRETER_B…
291 * The top stack frame is a compiled code stack frame. `frame pointer` register contains the address…