Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dast-graph-builder.cc98 class AstGraphBuilder::AstTestContext final : public AstContext { class in v8::internal::compiler::AstGraphBuilder
100 AstTestContext(AstGraphBuilder* owner, TypeFeedbackId feedback_id) in AstTestContext() function in v8::internal::compiler::AstGraphBuilder::AstTestContext
102 ~AstTestContext() final;
783 AstGraphBuilder::AstTestContext::~AstTestContext() { in ~AstTestContext()
799 void AstGraphBuilder::AstTestContext::ProduceValue(Expression* expr, in ProduceValue()
814 Node* AstGraphBuilder::AstTestContext::ConsumeValue() { in ConsumeValue()
909 AstTestContext for_condition(this, expr->test_id()); in VisitForTest()
Dast-graph-builder.h69 class AstTestContext; variable