Lines Matching defs:function
687 TNode<JSFunction> function = CAST(LoadRegister(Register::function_closure()));
688 return CodeStubAssembler::LoadFeedbackVector(function);
708 TNode<Object> function, TNode<Context> context, const RegListNodePair& args,
727 function);
734 void InterpreterAssembler::CallJSAndDispatch(TNode<Object> function,
750 context, function, arg_count, args...,
754 context, function, arg_count, args...);
764 TNode<Object> function, TNode<Context> context, TNode<Word32T> arg_count,
767 TNode<Object> function, TNode<Context> context, TNode<Word32T> arg_count,
770 TNode<Object> function, TNode<Context> context, TNode<Word32T> arg_count,
773 TNode<Object> function, TNode<Context> context, TNode<Word32T> arg_count,
778 TNode<Object> function, TNode<Context> context, const RegListNodePair& args,
783 CollectCallFeedback(function, receiver, context, maybe_feedback_vector,
794 function);
895 Comment("check if function in same native context");
976 // Get the function entry from the function id.
981 TNode<WordT> function =
984 function, IntPtrConstant(offsetof(Runtime::Function, entry)));
1009 TNode<JSFunction> function = CAST(LoadRegister(Register::function_closure()));
1011 LoadObjectField<FeedbackCell>(function, JSFunction::kFeedbackCellOffset);
1034 GetContext(), function);
1297 // start of function.
1344 TNode<JSFunction> function = CAST(LoadRegister(Register::function_closure()));
1345 TNode<HeapObject> shared_info = LoadJSFunctionSharedFunctionInfo(function);