Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h325 ASSERT_TRUE(arrayNegSizeExceptionData_.expected); in ThrowNegativeArraySizeException()
326 ASSERT_EQ(arrayNegSizeExceptionData_.size, size); in ThrowNegativeArraySizeException()
381 arrayNegSizeExceptionData_ = data; in SetNegativeArraySizeExceptionData()
460 static NegativeArraySizeExceptionData arrayNegSizeExceptionData_; variable
Dtest_runtime_interface.cpp24 RuntimeInterface::NegativeArraySizeExceptionData RuntimeInterface::arrayNegSizeExceptionData_; member in ark::interpreter::test::RuntimeInterface