Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/setnativepointerfieldcount_fuzzer/
Dsetnativepointerfieldcount_fuzzer.cpp46 object->SetNativePointerFieldCount(vm, key); in SetNativePointerFieldCountFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/objectgetinformation_fuzzer/
Dobjectgetinformation_fuzzer.cpp80 object->SetNativePointerFieldCount(vm, key); in ObjectGetNativePointerFieldCountFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
Djs_object.h392 void SetNativePointerFieldCount(const JSThread *thread, int32_t count);
Djs_object.cpp2957 void ECMAObject::SetNativePointerFieldCount(const JSThread *thread, int32_t count) in SetNativePointerFieldCount() function in panda::ecmascript::ECMAObject
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md3856 ### SetNativePointerFieldCount subsection
3858 void ObjectRef::SetNativePointerFieldCount(int32_t count);
3877 object->SetNativePointerFieldCount(input);
Djsnapi_expo.cpp2893 void ObjectRef::SetNativePointerFieldCount(const EcmaVM *vm, int32_t count) in SetNativePointerFieldCount() function in panda::ObjectRef
2901 object->SetNativePointerFieldCount(thread, count); in SetNativePointerFieldCount()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h825 void SetNativePointerFieldCount(const EcmaVM *vm, int32_t count);
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp1258 obj->SetNativePointerFieldCount(thread, 1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1673 object->SetNativePointerFieldCount(vm_, input); in HWTEST_F_L0()
Dffi_workload.cpp5384 object->SetNativePointerFieldCount(vm_, input); in HWTEST_F_L0()
5387 TEST_TIME(ObjectRef::SetNativePointerFieldCount); in HWTEST_F_L0()
5396 object->SetNativePointerFieldCount(vm_, input); in HWTEST_F_L0()
Djsnapi_sample.cpp720 object->SetNativePointerFieldCount(vm, cnt); in NativePointer()