Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h355 ASSERT_TRUE(arrayStoreExceptionData_.expected); in ThrowArrayStoreException()
356 ASSERT_EQ(arrayStoreExceptionData_.arrayClass, arrayKlass); in ThrowArrayStoreException()
357 ASSERT_EQ(arrayStoreExceptionData_.elemClass, elemClass); in ThrowArrayStoreException()
362 arrayStoreExceptionData_ = data; in SetArrayStoreException()
466 static ArrayStoreExceptionData arrayStoreExceptionData_; variable
Dtest_runtime_interface.cpp32 RuntimeInterface::ArrayStoreExceptionData RuntimeInterface::arrayStoreExceptionData_; member in ark::interpreter::test::RuntimeInterface