Lines Matching refs:code
6 // * Redistributions of source code must retain the above copyright
103 // Verify that r1 contains a JS function. The following code relies
130 // Record the location of the JS exit code for patching when setting
155 // For more locals a loop in generated code is more compact.
252 void VirtualFrame::CallCodeObject(Handle<Code> code,
255 switch (code->kind()) {
256 case Code::CALL_IC:
257 case Code::FUNCTION:
259 case Code::KEYED_LOAD_IC:
260 case Code::LOAD_IC:
261 case Code::KEYED_STORE_IC:
262 case Code::STORE_IC:
265 case Code::BUILTIN:
266 ASSERT(*code == Builtins::builtin(Builtins::JSConstructCall));
274 __ Call(code, rmode);
283 // Emit code to lower the stack pointer if necessary.