Searched refs:SetNativePointerFieldCount (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/test/fuzztest/setnativepointerfieldcount_fuzzer/ |
| D | setnativepointerfieldcount_fuzzer.cpp | 46 object->SetNativePointerFieldCount(vm, key); in SetNativePointerFieldCountFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/objectgetinformation_fuzzer/ |
| D | objectgetinformation_fuzzer.cpp | 80 object->SetNativePointerFieldCount(vm, key); in ObjectGetNativePointerFieldCountFuzzTest()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object.h | 388 void SetNativePointerFieldCount(const JSThread *thread, int32_t count);
|
| D | js_object.cpp | 2786 void ECMAObject::SetNativePointerFieldCount(const JSThread *thread, int32_t count) in SetNativePointerFieldCount() function in panda::ecmascript::ECMAObject
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | JSNapi接口说明.md | 3854 ### SetNativePointerFieldCount subsection 3856 void ObjectRef::SetNativePointerFieldCount(int32_t count); 3875 object->SetNativePointerFieldCount(input);
|
| D | jsnapi_expo.cpp | 1880 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/ |
| D | jsnapi_expo.h | 667 void SetNativePointerFieldCount(const EcmaVM *vm, int32_t count);
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_first_tests.cpp | 1620 object->SetNativePointerFieldCount(vm_, input); in HWTEST_F_L0()
|
| D | ffi_workload.cpp | 5407 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()
|
| D | jsnapi_sample.cpp | 734 object->SetNativePointerFieldCount(vm, cnt); in NativePointer()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_object_test.cpp | 1295 obj->SetNativePointerFieldCount(thread, 1); in HWTEST_F_L0()
|