Home | History | Annotate | Download | only in mips64

Lines Matching defs:code

2 // Use of this source code is governed by a BSD-style license that can be
110 // Run the native code for the InternalArray function called as a normal
140 // Run the native code for the Array function called as a normal function.
290 __ Daddu(at, a2, Operand(Code::kHeaderSize - kHeapObjectTag));
296 __ Daddu(at, v0, Operand(Code::kHeaderSize - kHeapObjectTag));
357 // Try to allocate the object without transitioning into C code. If any of
358 // the preconditions is not met, the code bails out to the runtime call.
501 // and jump into the continuation code at any time from now on. Any
688 Handle<Code> code =
690 __ Call(code, RelocInfo::CODE_TARGET);
761 // -- a0: code entry
814 // Invoke the code and pass argc as a0.
878 // internal frame to make the code faster, since we shouldn't have to do stack
939 // Perform prologue operations usually performed by the young code stub.
943 // Jump to point after the code-age stub.
1042 // If the code object is null, just return to the unoptimized code.
1045 // Load deoptimization data from the code object.
1046 // <deopt_data> = <code>[#deoptimization_data_offset]
1047 __ Uld(a1, MemOperand(v0, Code::kDeoptimizationDataOffset - kHeapObjectTag));
1058 __ daddiu(ra, v0, Code::kHeaderSize - kHeapObjectTag);
1241 // 5b. Get the code to call from the function and check that the number of
1243 // (tail-call) to the code in register edx without checking arguments.
1486 // a3: code entry to call
1503 // a3: code entry to call
1523 // a3: code entry to call
1535 // a3: code entry to call
1548 // a3: code entry to call