Lines Matching full:to
7 …rocesses the result of the check and if the result is incorrect the output to the interpreter occu…
17 The instruction `DeoptimizeIf` is encoded as conditional branch to the slow path if input value is …
22 The slow path encodes a call to the runtime function `Deoptimize`. We do the following for this:
23 1. fill the `Frame`(saves pointer to current CFrame) and `is_compiled_frame_`(saves true) fields in…
68 * pointer to the current thread
70 * pointer to first restoring interpreter Frame
71 * pointer to CFrame origin
72 * pointer to last restoring interpreter Frame
78 …to values before calling the method, restores callee saved registers (which we saved in the method…
84 …to I2C(Interpreter To Compile) bridge, set last IFrame's previous frame to this C2I bridge frame a…
91 * pointer to current thread
93 * pointer to first restoring interpreter Frame
94 * pointer to last restoring interpreter Frame
96 `InvokeInterpreter` change `Frame`(saves pointer to interpreter Frame) and `is_compiled_frame_`(sav…
98 The last restoring interpreter Frame is used for limitation number of calls to the interpreter for …