Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h339 ASSERT_TRUE(array_store_exception_data.expected); in ThrowArrayStoreException()
340 ASSERT_EQ(array_store_exception_data.array_class, array_klass); in ThrowArrayStoreException()
341 ASSERT_EQ(array_store_exception_data.elem_class, elem_class); in ThrowArrayStoreException()
346 array_store_exception_data = data; in SetArrayStoreException()
451 static ArrayStoreExceptionData array_store_exception_data; variable
Dtest_runtime_interface.cpp32 RuntimeInterface::ArrayStoreExceptionData RuntimeInterface::array_store_exception_data; member in panda::interpreter::test::RuntimeInterface