Home
last modified time | relevance | path

Searched refs:SetNativePointerFieldCount (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/setnativepointerfieldcount_fuzzer/
Dsetnativepointerfieldcount_fuzzer.cpp43 object->SetNativePointerFieldCount(key); in SetNativePointerFieldCount_fuzzer()
/arkcompiler/ets_runtime/ecmascript/
Djs_object.h351 void SetNativePointerFieldCount(int32_t count);
Djs_object.cpp2059 void ECMAObject::SetNativePointerFieldCount(int32_t count) in SetNativePointerFieldCount() function in panda::ecmascript::ECMAObject
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h699 void SetNativePointerFieldCount(int32_t count);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1222 void ObjectRef::SetNativePointerFieldCount(int32_t count) in SetNativePointerFieldCount() function in panda::ObjectRef
1225 object->SetNativePointerFieldCount(count); in SetNativePointerFieldCount()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp1294 obj->SetNativePointerFieldCount(1); in HWTEST_F_L0()