Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dast-graph-builder.cc50 virtual Node* ConsumeValue() = 0;
53 void ReplaceValue(Expression* expr) { ProduceValue(expr, ConsumeValue()); } in ReplaceValue()
82 Node* ConsumeValue() final;
93 Node* ConsumeValue() final;
104 Node* ConsumeValue() final;
806 Node* AstGraphBuilder::AstEffectContext::ConsumeValue() { return nullptr; } in ConsumeValue() function in v8::internal::compiler::AstGraphBuilder::AstEffectContext
809 Node* AstGraphBuilder::AstValueContext::ConsumeValue() { in ConsumeValue() function in v8::internal::compiler::AstGraphBuilder::AstValueContext
814 Node* AstGraphBuilder::AstTestContext::ConsumeValue() { in ConsumeValue() function in v8::internal::compiler::AstGraphBuilder::AstTestContext