Lines Matching refs:TestResultScope
584 TestResultScope* AsTest() { in AsTest()
586 return reinterpret_cast<TestResultScope*>(this); in AsTest()
631 class BytecodeGenerator::TestResultScope final : public ExpressionResultScope { class in v8::internal::interpreter::BytecodeGenerator
633 TestResultScope(BytecodeGenerator* generator, BytecodeLabels* then_labels, in TestResultScope() function in v8::internal::interpreter::BytecodeGenerator::TestResultScope
689 DISALLOW_COPY_AND_ASSIGN(TestResultScope);
3854 TestResultScope* test_result = execution_result()->AsTest(); in VisitNot()
4119 TestResultScope* test_result = execution_result()->AsTest(); in BuildLiteralCompareNil()
4512 TestResultScope* test_result = execution_result()->AsTest(); in VisitLogicalTest()
4529 TestResultScope* test_result = execution_result()->AsTest(); in VisitNaryLogicalTest()
4590 TestResultScope* test_result = execution_result()->AsTest(); in VisitLogicalOrExpression()
4617 TestResultScope* test_result = execution_result()->AsTest(); in VisitNaryLogicalOrExpression()
4651 TestResultScope* test_result = execution_result()->AsTest(); in VisitLogicalAndExpression()
4678 TestResultScope* test_result = execution_result()->AsTest(); in VisitNaryLogicalAndExpression()
5029 TestResultScope test_result(this, then_labels, else_labels, fallthrough); in VisitForTest()
5052 TestResultScope* result_scope = execution_result()->AsTest(); in VisitInSameTestExecutionScope()