Lines Matching full:when
24 `panda::CompilerInterface::CompileMethodSync` which starts compilation. When the function gets comp…
25 changes its entrypoint to newly generated code. Next time when the function gets called native code…
34 When the compiler generates native code for this function for ARM target it must consider that
72 When the hotness counter gets saturated (reaches the threshold) the interpreter triggers compilatio…
91 …is responsible to reserve stack frame for its purpose and then release it when the function doesn'…
94 When compiled code is executing the `stack pointer` register must point to a valid stack frame (new…
212 When the interpreter handles a call instruction first it should resolve the callee method.
287 Stack traversing is performed by the runtime. When the runtime examinates a managed thread's stack …
311 * Values of virtual registers could be changed during stack unwinding. For example, when GC moves a…
385 There is may be a situation when compiled code cannot continue execution for some reason.
388 When compiled code is combined from several managed functions (inlined functions) `Deoptimize` reco…