Lines Matching refs:code
6 // * Redistributions of source code must retain the above copyright
51 // expected to remain spilled. The constructor spills the code
53 // to stay spilled. It is intended as documentation while the code
107 // frame (eg, the frame after an exception handler is pushed). No code is
112 // the frame after a runtime call). No code is emitted.
142 // code. It is guaranteed that no code will be generated.
146 // frame. As a side effect, code may be emitted to make this frame match
150 // Detach a frame from its code generator, perhaps temporarily. This
152 // registers. Used when the code generator's frame is switched from this
161 // (Re)attach a frame to its code generator. This informs the register
163 // Used when a code generator's frame is switched from NULL to this one by
172 // Emit code for the physical JS entry and exit frame sequences. After
181 // avoids generating unnecessary merge code when jumping to the
182 // shared return site. Emits code for spills.
321 void CallCodeObject(Handle<Code> ic,
324 void CallCodeObject(Handle<Code> ic,
328 void CallCodeObject(Handle<Code> ic,
336 // emit code to affect the physical frame. Does not clobber any registers
529 // Call a code stub that has already been prepared for calling (via
533 // Calls a code object which has already been prepared for calling
535 void RawCallCodeObject(Handle<Code> code, RelocInfo::Mode rmode);