Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dast-graph-builder.cc46 virtual void ProduceValue(Expression* expr, Node* value) = 0;
53 void ReplaceValue(Expression* expr) { ProduceValue(expr, ConsumeValue()); } in ReplaceValue()
81 void ProduceValue(Expression* expr, Node* value) final;
92 void ProduceValue(Expression* expr, Node* value) final;
103 void ProduceValue(Expression* expr, Node* value) final;
787 void AstGraphBuilder::AstEffectContext::ProduceValue(Expression* expr, in ProduceValue() function in v8::internal::compiler::AstGraphBuilder::AstEffectContext
793 void AstGraphBuilder::AstValueContext::ProduceValue(Expression* expr, in ProduceValue() function in v8::internal::compiler::AstGraphBuilder::AstValueContext
799 void AstGraphBuilder::AstTestContext::ProduceValue(Expression* expr, in ProduceValue() function in v8::internal::compiler::AstGraphBuilder::AstTestContext
893 ast_context()->ProduceValue(expr, jsgraph()->UndefinedConstant()); in VisitForValue()
903 ast_context()->ProduceValue(expr, jsgraph()->UndefinedConstant()); in VisitForEffect()
[all …]