Searched refs:ValueContext (Results 1 – 2 of 2) sorted by relevance
836 class ValueContext final : public AstContext {838 ValueContext(HOptimizedGraphBuilder* owner, ArgumentsAllowedFlag flag) in ValueContext() function841 ~ValueContext() override;
4312 ValueContext::~ValueContext() { in ~ValueContext()4325 void ValueContext::ReturnValue(HValue* value) { in ReturnValue()4382 void ValueContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) { in ReturnInstruction()4395 void ValueContext::ReturnControl(HControlInstruction* instr, BailoutId ast_id) { in ReturnControl()4415 void ValueContext::ReturnContinuation(HIfContinuation* continuation, in ReturnContinuation()4531 ValueContext for_value(this, flag); in VisitForValue()4537 ValueContext for_value(this, ARGUMENTS_NOT_ALLOWED); in VisitForTypeOf()8020 ValueContext for_value(this, ARGUMENTS_NOT_ALLOWED); in PushLoad()