Home | History | Annotate | Download | only in ia32

Lines Matching refs:code

6 //     * Redistributions of source code must retain the above copyright
50 // expected to remain spilled. The constructor spills the code
52 // to stay spilled. It is intended as documentation while the code
119 // frame (eg, the frame after an exception handler is pushed). No code is
127 // handler). No code will be emitted.
162 // code. It is guaranteed that no code will be generated.
166 // frame. As a side effect, code may be emitted to make this frame match
170 // Detach a frame from its code generator, perhaps temporarily. This
172 // registers. Used when the code generator's frame is switched from this
181 // (Re)attach a frame to its code generator. This informs the register
183 // Used when a code generator's frame is switched from NULL to this one by
192 // Emit code for the physical JS entry and exit frame sequences. After
200 // avoids generating unnecessary merge code when jumping to the
201 // shared return site. Emits code for spills.
365 // emit code to affect the physical frame. Does not clobber any registers
576 // Call a code stub that has already been prepared for calling (via
580 // Calls a code object which has already been prepared for calling
582 Result RawCallCodeObject(Handle<Code> code, RelocInfo::Mode rmode);