Lines Matching defs:code
2 // Use of this source code is governed by a BSD-style license that can be
99 // Run the native code for the InternalArray function called as a normal
127 // Run the native code for the Array function called as a normal function.
275 __ Add(x2, x2, Code::kHeaderSize - kHeapObjectTag);
281 __ Add(x0, x0, Code::kHeaderSize - kHeapObjectTag);
339 // Try to allocate the object without transitioning into C code. If any of
340 // the preconditions is not met, the code bails out to the runtime call.
482 // and jump into the continuation code at any time from now on. Any
618 Handle<Code> code =
620 __ Call(code, RelocInfo::CODE_TARGET);
689 // x0: code entry.
821 // internal frame to make the code fast, since we shouldn't have to do stack
829 // preserved on the stack because the frame setup code was replaced
830 // with a call to this stub, to handle code ageing.
841 // real frame set-up code.
869 // preserved on the stack because the frame setup code was replaced
870 // with a call to this stub, to handle code ageing.
880 // Perform prologue operations usually performed by the young code stub.
884 // Jump to point after the code-age stub.
990 // If the code object is null, just return to the unoptimized code.
997 // Load deoptimization data from the code object.
998 // <deopt_data> = <code>[#deoptimization_data_offset]
999 __ Ldr(x1, MemOperand(x0, Code::kDeoptimizationDataOffset - kHeapObjectTag));
1009 __ Add(lr, x0, Code::kHeaderSize - kHeapObjectTag);
1193 // 5b. Get the code to call from the function and check that the number of
1195 // (tail-call) to the code in register edx without checking arguments.