Home | History | Annotate | Download | only in x64

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
120 // frame (eg, the frame after an exception handler is pushed). No code is
128 // handler). No code will be emitted.
163 // code. It is guaranteed that no code will be generated.
167 // frame. As a side effect, code may be emitted to make this frame match
171 // Detach a frame from its code generator, perhaps temporarily. This
173 // registers. Used when the code generator's frame is switched from this
182 // (Re)attach a frame to its code generator. This informs the register
184 // Used when a code generator's frame is switched from NULL to this one by
193 // Emit code for the physical JS entry and exit frame sequences. After
201 // avoids generating unnecessary merge code when jumping to the
202 // shared return site. Emits code for spills.
364 // emit code to affect the physical frame. Does not clobber any registers
552 // Call a code stub that has already been prepared for calling (via
556 // Calls a code object which has already been prepared for calling
558 Result RawCallCodeObject(Handle<Code> code, RelocInfo::Mode rmode);