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 | 75 EXPECT_DEATH(env_->SetObjectArrayElement(nullptr, 1, nullptr), ""); in TEST_F() 76 EXPECT_DEATH(env_->SetObjectArrayElement(nullptr, -5_I, nullptr), ""); in TEST_F()
|
| D | array_native_test_2.cpp | 510 env_->SetObjectArrayElement(strArray, -1, newStr); in TEST_F() 518 env_->SetObjectArrayElement(strArray, 5_I, newStr); in TEST_F() 546 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 | 374 …void (*SetObjectArrayElement)(EtsEnv *env, ets_objectArray array, ets_size index, ets_object value… member 1316 void SetObjectArrayElement(ets_objectArray array, ets_size index, ets_object value) in SetObjectArrayElement() function 1318 native_interface->SetObjectArrayElement(this, array, index, value); in SetObjectArrayElement()
|
| D | ets_napi_native_interface.cpp | 2116 NO_UB_SANITIZE static void SetObjectArrayElement(EtsEnv *env, ets_objectArray array, ets_size index… in SetObjectArrayElement() function 2944 SetObjectArrayElement,
|