Searched refs:ValueContext (Results 1 – 2 of 2) sorted by relevance
833 class ValueContext FINAL : public AstContext {835 ValueContext(HOptimizedGraphBuilder* owner, ArgumentsAllowedFlag flag) in ValueContext() function838 virtual ~ValueContext();
4011 ValueContext::~ValueContext() { in ~ValueContext()4024 void ValueContext::ReturnValue(HValue* value) { in ReturnValue()4077 void ValueContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) { in ReturnInstruction()4090 void ValueContext::ReturnControl(HControlInstruction* instr, BailoutId ast_id) { in ReturnControl()4110 void ValueContext::ReturnContinuation(HIfContinuation* continuation, in ReturnContinuation()4226 ValueContext for_value(this, flag); in VisitForValue()4232 ValueContext for_value(this, ARGUMENTS_NOT_ALLOWED); in VisitForTypeOf()7333 ValueContext for_value(this, ARGUMENTS_NOT_ALLOWED); in PushLoad()