Home | History | Annotate | Download | only in src

Lines Matching defs:call

340     // Patch the IC call.
358 // Patch the IC call.
384 // Step in can only be prepared if currently positioned on an IC call,
385 // construct call or CallFunction stub call.
401 // Step in through construct call requires no changes to the running code.
443 // used by the call site.
496 // calling convention used by the call site.
942 // Hold on to last step action as it is cleared by the call to
1046 // Call HandleBreakPointx.
1271 Execution::Call(isolate_, fun, promise, 0, NULL).ToHandleChecked();
1342 // Compute whether or not the target is a call target.
1451 // Function to call
1457 // Flood the actual target of call/apply.
1461 Code* call = isolate->builtins()->builtin(Builtins::kFunctionCall);
1464 if (code != apply && code != call) break;
1483 // a call target as the function called might be a native function for
1622 // Handle function.apply and function.call separately to flood the
1624 // Builtins::FunctionCall. The receiver of call/apply is the target
2263 // Find the call address in the running code. This address holds the call to
2296 // Move back to where the call instruction sequence started.
2307 // We now know that there is still a debug break call at the target
2309 // hold the address to jump to in order to complete the call which is
2310 // replaced by a call to DebugBreakXXX.
2315 // Install jump to the call address in the original code. This will be the
2316 // call which was overwritten by the call to DebugBreakXXX.
2356 // Find the call address in the running code.
2550 // Bail out and don't call debugger if exception.
2572 // Bail out and don't call debugger if exception.
2590 // Bail out and don't call debugger if exception.
2609 // Bail out and don't call debugger if exception.
2652 // Call UpdateScriptBreakPoints expect no exceptions.
2663 // Bail out and don't call debugger if exception.
2680 // Bail out and don't call debugger if exception.
2699 // Bail out and don't call debugger if exception.
2716 // Bail out and don't call debugger if exception.
2727 // a JavaScript function. Don't call event listener for v8::Break
2844 Handle<Object> cmd_processor = Execution::Call(
2894 maybe_result = Execution::Call(
3004 MaybeHandle<Object> Debug::Call(Handle<JSFunction> fun, Handle<Object> data) {
3015 return Execution::Call(
3107 // JavaScript. This can happen if the v8::Debug::Call is used in which
3205 // Call toJSONProtocol on the debug event object.
3343 // Make the new_queue empty so that it doesn't call Dispose on any messages.