Lines Matching defs:context
178 TNode<Context> InterpreterAssembler::GetContextAtDepth(TNode<Context> context,
180 TVARIABLE(Context, cur_context, context);
708 TNode<Object> function, TNode<Context> context, const RegListNodePair& args,
725 TailCallStubThenBytecodeDispatch(callable.descriptor(), code_target, context,
735 TNode<Context> context,
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,
792 TailCallStubThenBytecodeDispatch(callable.descriptor(), code_target, context,
801 TNode<Object> target, TNode<Context> context, TNode<Object> new_target,
811 CollectConstructFeedback(context, target, new_target, maybe_feedback_vector,
822 CallStub(callable, context, args_count, args.base_reg_location(),
835 CallStub(callable, context, args_count, args.base_reg_location(),
845 TNode<Object> target, TNode<Context> context, TNode<Object> new_target,
895 Comment("check if function in same native context");
898 // in the current native context.
915 // context.
921 TaggedEqual(LoadNativeContext(context), current_native_context),
962 return CallStub(callable, context, args_count, args.base_reg_location(),
968 TNode<Context> context,
986 return CallStub<T>(callable.descriptor(), code_target, context,
992 TNode<Uint32T> function_id, TNode<Context> context,
996 TNode<Context> context,
1342 void InterpreterAssembler::OnStackReplacement(TNode<Context> context,
1354 CallStub(callable, context);
1366 TailCallStub(callable, context);
1555 TNode<Context> context = GetContext();
1596 var_result = CAST(CallBuiltin(builtin, context, object));