Home | History | Annotate | Download | only in arm

Lines Matching defs:code

2 // Use of this source code is governed by a BSD-style license that can be
104 // Run the native code for the InternalArray function called as a normal
132 // Run the native code for the Array function called as a normal function.
283 __ add(r2, r2, Operand(Code::kHeaderSize - kHeapObjectTag));
289 __ add(r0, r0, Operand(Code::kHeaderSize - kHeapObjectTag));
343 // Try to allocate the object without transitioning into C code. If any of
344 // the preconditions is not met, the code bails out to the runtime call.
477 // and jump into the continuation code at any time from now on. Any
653 Handle<Code> code =
655 __ Call(code, RelocInfo::CODE_TARGET);
727 // r0: code entry
779 // Invoke the code and pass argc as r0.
847 // internal frame to make the code faster, since we shouldn't have to do stack
895 // Perform prologue operations usually performed by the young code stub.
899 // Jump to point after the code-age stub.
996 // If the code object is null, just return to the unoptimized code.
1004 // Load deoptimization data from the code object.
1005 // <deopt_data> = <code>[#deoptimization_data_offset]
1006 __ ldr(r1, FieldMemOperand(r0, Code::kDeoptimizationDataOffset));
1010 __ ldr(pp, FieldMemOperand(r0, Code::kConstantPoolOffset));
1021 __ add(lr, r0, Operand(Code::kHeaderSize - kHeapObjectTag));
1208 // 5b. Get the code to call from the function and check that the number of
1210 // (tail-call) to the code in register edx without checking arguments.
1456 // r3: code entry to call
1466 // r3: code entry to call
1487 // r3: code entry to call
1494 // r3: code entry to call
1507 // r3: code entry to call