Home | History | Annotate | Download | only in x87

Lines Matching defs:code

2 // Use of this source code is governed by a BSD-style license that can be
9 #include "src/code-factory.h"
72 __ lea(eax, FieldOperand(eax, Code::kHeaderSize));
78 __ lea(eax, FieldOperand(eax, Code::kHeaderSize));
131 // Try to allocate the object without transitioning into C code. If any of
132 // the preconditions is not met, the code bails out to the runtime call.
162 // The code below relies on these assumptions.
260 // and jump into the continuation code at any time from now on. Any
420 Handle<Code> code =
422 __ call(code, RelocInfo::CODE_TARGET);
523 // Invoke the code.
536 // context and the function left on the stack by the code
591 // internal frame to make the code faster, since we shouldn't have to do stack
594 // Re-execute the code that was patched back to the young age when
645 // Perform prologue operations usually performed by the young code stub.
653 // Jump to point after the code-age stub.
881 // 5b. Get the code to call from the function and check that the number of
883 // (tail-call) to the code in register edx without checking arguments.
1010 Handle<Code> ic = CodeFactory::KeyedLoadIC(masm->isolate()).code();
1078 // Run the native code for the InternalArray function called as a normal
1107 // Run the native code for the Array function called as a normal function.
1410 // If the code object is null, just return to the unoptimized code.
1417 // Load deoptimization data from the code object.
1418 __ mov(ebx, Operand(eax, Code::kDeoptimizationDataOffset - kHeapObjectTag));
1426 __ lea(eax, Operand(eax, ebx, times_1, Code::kHeaderSize - kHeapObjectTag));