Lines Matching full:bridge
88 …ld `panda::Frame::prev_` contains a pointer to the previous interpreter (or compiled bridge) frame.
171 ## Calling a function from compiled code: Bridge function
172 The Compiler have an entrypoints table. Each entrypoint contains a link to the Bridge Function.
173 The Bridge Functions are auto-generated for each runtime function to be called using the macro asse…
174 The Bridge Function sets up the Boundary Frame and performs the call to the actual runtime function.
178 * (callee saved regisers goes to Bridge Function stack frame, caller saved registers goes to the cu…
180 * Bridge Function address load and branch intruction
183 The bridge function does:
184 * setup the Bridge Function stack frame
189 Bridge Function stack frame:
274 y a | BRIDGE |
339 a | BRIDGE | |