Home | History | Annotate | Download | only in x64

Lines Matching defs:call

105   // Create a new closure through the slower runtime call.
152 // Need to collect. Call into runtime system.
216 // Need to collect. Call into runtime system.
404 // we cannot call anything that could cause a GC from this stub.
1170 // For MOD we jump to the allocation_failure label, to call runtime.
1363 // If both arguments are strings, call the string add stub.
1461 call.
1478 // for the possible runtime call.
1661 // Call runtime, doing whatever allocation and cleanup is necessary.
2523 // Do the runtime call to allocate the arguments object.
2652 // Do the runtime call to allocate the arguments object.
2854 // Load used arguments before starting to push arguments for call to native
2879 // Argument 7: Indicate that this is a direct call from JavaScript.
2954 // Locate the code entry and call it.
2956 __ call(r11);
3085 // Do the runtime call to execute the regexp.
3355 // Call runtime on identical objects. Otherwise return equal.
3548 // Figure out which native to call and setup the arguments.
3560 // Call the native; it returns -1 (less), 0 (equal), or 1 (greater)
3596 // rbx : cache cell for call target
3597 // rdi : the function to call
3631 // rdi : the function to call
3632 // rbx : cache cell for call target
3636 // indicated by passing the hole as the receiver to the call
3639 Label call;
3643 // Call as function is indicated with the hole.
3645 __ j(not_equal, &call, Label::kNear);
3650 __ bind(&call);
3698 // of the original receiver from the call site).
3713 // rbx : cache cell for call target
3796 // rbp: frame pointer (restored after C call).
3797 // rsp: stack pointer (restored after C call).
3825 __ call(kScratchRegister);
3835 // Call C function.
3861 __ call(rbx);
3931 // rbp: frame pointer of calling JS frame (restored after C call)
3932 // rsp: stack pointer (restored after C call)
3952 // generated by a previous call to GenerateCore. The value
3955 // rbp: frame pointer of exit frame (restored after C call).
3956 // rsp: stack pointer (restored after C call).
3964 // Call into the runtime system.
3972 // Do space-specific GC and retry runtime call.
3980 // Do full GC and retry runtime call one final time.
4060 // If this is the outermost JS call, set js_entry_sp value.
4101 // external reference instead of inlining the call target address directly
4113 __ call(kScratchRegister);
4198 // If there is a call site cache don't look in the global cache, but do the
4199 // real lookup and update the call site cache.
4235 __ Assert(equal, "InstanceofStub unexpected call site cache (check).");
4277 __ Assert(equal, "InstanceofStub unexpected call site cache (mov).");
4300 __ Assert(equal, "InstanceofStub unexpected call site cache (mov)");
4437 // Call runtime. We get here when the receiver is a string and the
5495 // Call the runtime; it returns -1 (less), 0 (equal), or 1 (greater)
5754 // Call the runtime system in a fresh internal frame.
5772 // Do a tail call to the rewritten stub.
5902 // we cannot call anything that could cause a GC from this stub.
6081 // offset fixed up correctly by the bind(Label*) call. We patch it back and
6299 // Store into the array literal requires a elements transition. Call into
6304 // call.
6311 __ push(rdi); // Return return address so that tail call returns to right