Lines Matching refs:Code
6 // * Redistributions of source code must retain the above copyright
32 #include "code-stubs.h"
83 __ nop(); // Signals no inlined code.
104 // Generate code for a JS function. On entry to the function the receiver
125 Comment cmnt(masm_, "[ function compiled by full code generator");
156 // MANUAL indicates that the scope shouldn't actually generate code to set up
354 // the AST id from the unoptimized code in order to use it as a key into
355 // the deoptimization input data found in the optimized code.
406 // Add a label for checking the size of the code used for returning.
413 // patch with the code required by the debugger.
421 // Check that the size of the code used for returning is large enough
645 Handle<Code> ic = ToBooleanStub::GetUninitialized(isolate());
712 // Emit the write barrier code if the location is in the heap.
996 Handle<Code> ic = CompareIC::GetUninitialized(isolate(), Token::EQ_STRICT);
1064 // Check cache validity in generated code. This is a fast case for
1130 // Generate code for doing the condition check.
1177 // Generate code for the body of the loop.
1180 // Generate code for going to the next element by incrementing the
1242 // Generate code for the body of the loop.
1259 // Use the fast case closure allocation code that allocates in new
1263 // we are creating here gets a chance to have its code optimized and
1264 // doesn't just get a copy of the existing unoptimized code.
1343 Handle<Code> ic = isolate()->builtins()->LoadIC_Initialize();
1385 // Generate fast-case code for variables that might be shadowed by
1427 Handle<Code> ic = isolate()->builtins()->LoadIC_Initialize();
1440 // var->scope() may be NULL when the proxy is located in eval code and
1450 // the same declaration scope (i.e. they are both in global code, in the
1451 // same function or in the same eval code) and the VariableProxy is in
1501 // Generate code for loading from variables potentially shadowed
1622 // marked expressions, no store code is emitted.
1648 Handle<Code> ic = is_classic_mode()
1686 // Emit code to define accessors, using only a single call to the runtime for
1780 // Emit code to evaluate all the non-constant subexpressions and to store
2059 Handle<Code> ic = isolate()->stub_cache()->ComputeKeyedCallInitialize(1);
2069 Handle<Code> done_ic = isolate()->builtins()->LoadIC_Initialize();
2071 Handle<Code> bool_ic = ToBooleanStub::GetUninitialized(isolate());
2079 Handle<Code> value_ic = isolate()->builtins()->LoadIC_Initialize();
2224 Handle<Code> ic = isolate()->builtins()->LoadIC_Initialize();
2231 Handle<Code> ic = isolate()->builtins()->KeyedLoadIC_Initialize();
2338 JumpPatchSite patch_site(masm_); // unbound, signals no inlined smi code.
2378 Handle<Code> ic = is_classic_mode()
2391 Handle<Code> ic = is_classic_mode()
2408 Handle<Code> ic = is_classic_mode()
2502 // Record source code position before IC call.
2506 Handle<Code> ic = is_classic_mode()
2524 // Record source code position before IC call.
2526 Handle<Code> ic = is_classic_mode()
2557 void FullCodeGenerator::CallIC(Handle<Code> code,
2561 __ call(code, rmode, ast_id);
2570 // Code common for calls using the IC.
2581 Handle<Code> ic =
2612 Handle<Code> ic =
2624 // Code common for calls using the call stub.
2635 // Record call targets in unoptimized code.
2731 // Generate code for loading from variables potentially shadowed by
2744 // If fast case code has been generated, emit code to push the function
2745 // and receiver and have the slow path jump around this code.
2820 // Record call targets in unoptimized code.
3546 // overwritten by the write barrier code and is needed afterward.
4114 // Jump into the loop after the code that copies the separator, so the first
4151 // Jump into the loop after the code that copies the separator, so the first
4227 Handle<Code> ic =
4452 // We could eliminate this smi check if we split the code at
4505 Handle<Code> ic = is_classic_mode()
4522 Handle<Code> ic = is_classic_mode()
4550 Handle<Code> ic = isolate()->builtins()->LoadIC_Initialize();
4559 // Generate code for loading from variables potentially shadowed
4714 Handle<Code
4750 Handle<Code> ic = CompareNilICStub::GetUninitialized(isolate(), nil);
4792 // code. Pass a smi sentinel and let the runtime look up the empty
4796 // Contexts nested inside eval code have the same closure as the context
4797 // calling eval, not the anonymous closure containing the eval code.
4811 // Cook return address on top of stack (smi encoded Code* delta)
4882 // code, we can restore it directly from there for the finally code