Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.cc584 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()
[all …]
Dbytecode-generator.h64 class TestResultScope; variable