Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.cpp26 RuntimeInterface::ArithmeticException RuntimeInterface::arithmeticExceptionData_; member in ark::interpreter::test::RuntimeInterface
Dtest_runtime_interface.h331 ASSERT_TRUE(arithmeticExceptionData_.expected); in ThrowArithmeticException()
386 arithmeticExceptionData_ = data; in SetArithmeticExceptionData()
464 static ArithmeticException arithmeticExceptionData_; variable