Home | History | Annotate | Download | only in src

Lines Matching refs:Call

88       var_(NULL),  // Will be set by the call to BindTo.
537 bool Call::ComputeTarget(Handle<Map> type, Handle<String> name) {
538 // If there is an interceptor, we can't compute the target for a direct call.
590 bool Call::ComputeGlobalTarget(Handle<GlobalObject> global,
611 Handle<JSObject> Call::GetPrototypeForPrimitiveCheck(
637 void Call::RecordTypeFeedback(TypeFeedbackOracle* oracle,
642 // Function call. Specialize for monomorphic calls.
645 // Method call. Specialize for the receiver types seen at runtime.
1129 REGULAR_NODE(Call)