Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h52 class TestResultScope; variable
Dbytecode-generator.cc428 TestResultScope* AsTest() { in AsTest()
430 return reinterpret_cast<TestResultScope*>(this); in AsTest()
461 class BytecodeGenerator::TestResultScope final : public ExpressionResultScope { class in v8::internal::interpreter::BytecodeGenerator
463 TestResultScope(BytecodeGenerator* generator, BytecodeLabels* then_labels, in TestResultScope() function in v8::internal::interpreter::BytecodeGenerator::TestResultScope
503 DISALLOW_COPY_AND_ASSIGN(TestResultScope);
2731 TestResultScope* test_result = execution_result()->AsTest(); in VisitNot()
3083 TestResultScope* test_result = execution_result()->AsTest(); in VisitLogicalOrExpression()
3118 TestResultScope* test_result = execution_result()->AsTest(); in VisitLogicalAndExpression()
3434 TestResultScope test_result(this, then_labels, else_labels, fallthrough); in VisitForTest()