Lines Matching refs:code
6 // * Redistributions of source code must retain the above copyright
67 // Verify that rdi contains a JS function. The following code
97 // Record the location of the JS exit code for patching when setting
103 // call instruction to support patching the exit code in the
141 // For more locals a loop in generated code is more compact.
255 // Emit code to lower the stack pointer if necessary.
346 // Emit code to load the original element's data into a register.
467 // Emit code
548 // We should always be merging the code generator's current frame to an
674 // register code order, we have special code to ensure that the backing
711 // Code optimization if backing store should also move
849 // Emit code to write elements below the stack pointer to their
968 Result VirtualFrame::RawCallCodeObject(Handle<Code> code,
971 __ Call(code, rmode);
1013 Handle<Code> ic(Builtins::builtin(Builtins::LoadIC_Initialize));
1025 Handle<Code> ic(Builtins::builtin(Builtins::KeyedLoadIC_Initialize));
1035 Handle<Code> ic(Builtins::builtin(Builtins::KeyedStoreIC_Initialize));
1051 Handle<Code> ic = cgen()->ComputeCallInitialize(arg_count, in_loop);
1066 Handle<Code> ic(Builtins::builtin(Builtins::JSConstructCall));
1089 Handle<Code> ic(Builtins::builtin(Builtins::StoreIC_Initialize));