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.h388 void SetNativePointerFieldCount(const JSThread *thread, int32_t count);
Djs_object.cpp2786 void ECMAObject::SetNativePointerFieldCount(const JSThread *thread, int32_t count) in SetNativePointerFieldCount() function in panda::ecmascript::ECMAObject
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md3854 ### SetNativePointerFieldCount subsection
3856 void ObjectRef::SetNativePointerFieldCount(int32_t count);
3875 object->SetNativePointerFieldCount(input);
Djsnapi_expo.cpp1880 void ObjectRef::SetNativePointerFieldCount(const EcmaVM *vm, int32_t count) in SetNativePointerFieldCount() function in panda::ObjectRef
1887 object->SetNativePointerFieldCount(thread, count); in SetNativePointerFieldCount()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h667 void SetNativePointerFieldCount(const EcmaVM *vm, int32_t count);
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1620 object->SetNativePointerFieldCount(vm_, input); in HWTEST_F_L0()
Dffi_workload.cpp5407 object->SetNativePointerFieldCount(vm_, input); in HWTEST_F_L0()
5410 TEST_TIME(ObjectRef::SetNativePointerFieldCount); in HWTEST_F_L0()
5419 object->SetNativePointerFieldCount(vm_, input); in HWTEST_F_L0()
Djsnapi_sample.cpp734 object->SetNativePointerFieldCount(vm, cnt); in NativePointer()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp1295 obj->SetNativePointerFieldCount(thread, 1); in HWTEST_F_L0()