Searched refs:SetObjectArrayElement (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | array_native_test_3.cpp | 72 EXPECT_DEATH(env_->SetObjectArrayElement(nullptr, 1, nullptr), ""); in TEST_F() 73 EXPECT_DEATH(env_->SetObjectArrayElement(nullptr, -5_I, nullptr), ""); in TEST_F()
|
| D | array_native_test_2.cpp | 507 env_->SetObjectArrayElement(strArray, -1, newStr); in TEST_F() 515 env_->SetObjectArrayElement(strArray, 5_I, newStr); in TEST_F() 543 env_->SetObjectArrayElement(strArray, 1, intObj); in TEST_F()
|
| D | array_native_test.cpp | 414 env_->SetObjectArrayElement(array, i, etsSrc[i]); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi.h | 382 …void (*SetObjectArrayElement)(EtsEnv *env, ets_objectArray array, ets_size index, ets_object value… member 1347 void SetObjectArrayElement(ets_objectArray array, ets_size index, ets_object value) in SetObjectArrayElement() function 1349 native_interface->SetObjectArrayElement(this, array, index, value); in SetObjectArrayElement()
|
| D | ets_napi_native_interface.cpp | 2120 NO_UB_SANITIZE static void SetObjectArrayElement(EtsEnv *env, ets_objectArray array, ets_size index… in SetObjectArrayElement() function 3041 SetObjectArrayElement,
|