Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h298 ASSERT_TRUE(array_oob_exception_data.expected); in ThrowArrayIndexOutOfBoundsException()
299 ASSERT_EQ(array_oob_exception_data.idx, idx); in ThrowArrayIndexOutOfBoundsException()
300 ASSERT_EQ(array_oob_exception_data.length, length); in ThrowArrayIndexOutOfBoundsException()
356 array_oob_exception_data = data; in SetArrayIndexOutOfBoundsExceptionData()
439 static ArrayIndexOutOfBoundsExceptionData array_oob_exception_data;
Dtest_runtime_interface.cpp22 RuntimeInterface::ArrayIndexOutOfBoundsExceptionData RuntimeInterface::array_oob_exception_data; member in panda::interpreter::test::RuntimeInterface