Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h318 ASSERT_TRUE(arrayOobExceptionData_.expected); in ThrowArrayIndexOutOfBoundsException()
319 ASSERT_EQ(arrayOobExceptionData_.idx, idx); in ThrowArrayIndexOutOfBoundsException()
320 ASSERT_EQ(arrayOobExceptionData_.length, length); in ThrowArrayIndexOutOfBoundsException()
376 arrayOobExceptionData_ = data; in SetArrayIndexOutOfBoundsExceptionData()
459 static ArrayIndexOutOfBoundsExceptionData arrayOobExceptionData_;
Dtest_runtime_interface.cpp22 RuntimeInterface::ArrayIndexOutOfBoundsExceptionData RuntimeInterface::arrayOobExceptionData_; member in panda::interpreter::test::RuntimeInterface