Lines Matching full:which
24 `panda::CompilerInterface::CompileMethodSync` which starts compilation. When the function gets comp…
29 … function must accept one extra argumnent: the pointer to `panda::Method` which describes this fun…
57 Runtime serves compiled code via runtime entrypoints. A runtime entrypoint is a function which conf…
58 A table of the entrypoints is located in `panda::ManagedThread::runtime_entrypoints_` which could b…
76 Entrypoint is a pointer to native code which can execute the function. This code must conform to th…
80 …oint_` must point to a runtime function `CompiledCodeToInterpreterBridge` which calls the interpre…
135 - `panda::Method*` - a pointer to `panda::Method` which describes the called function.
137 - return address - address to which control will be transfered after the function gets returned.
161 // r0 contains a pointer to `panada::Method` which describes `int max(int, int)` function.
222 …he target calling convention. The function uses the bytecode instruction (which must be a variant …
255 * Creates a boundary stack frame which contains room for interpreter frame.
379 To go to the previous frame the runtime reads the field `panda::Frame::prev_` which must point to `…