Home
last modified time | relevance | path

Searched refs:ValueContext (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen.h801 class ValueContext final : public AstContext {
803 ValueContext(HOptimizedGraphBuilder* owner, ArgumentsAllowedFlag flag) in ValueContext() function
806 ~ValueContext() override;
Dhydrogen.cc4176 ValueContext::~ValueContext() { in ~ValueContext()
4189 void ValueContext::ReturnValue(HValue* value) { in ReturnValue()
4246 void ValueContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) { in ReturnInstruction()
4259 void ValueContext::ReturnControl(HControlInstruction* instr, BailoutId ast_id) { in ReturnControl()
4279 void ValueContext::ReturnContinuation(HIfContinuation* continuation, in ReturnContinuation()
4395 ValueContext for_value(this, flag); in VisitForValue()
4401 ValueContext for_value(this, ARGUMENTS_NOT_ALLOWED); in VisitForTypeOf()
7857 ValueContext for_value(this, ARGUMENTS_NOT_ALLOWED); in PushLoad()