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 | 392 void SetNativePointerFieldCount(const JSThread *thread, int32_t count);
|
| D | js_object.cpp | 2957 void ECMAObject::SetNativePointerFieldCount(const JSThread *thread, int32_t count) in SetNativePointerFieldCount() function in panda::ecmascript::ECMAObject
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | README.md | 3856 ### SetNativePointerFieldCount subsection 3858 void ObjectRef::SetNativePointerFieldCount(int32_t count); 3877 object->SetNativePointerFieldCount(input);
|
| D | jsnapi_expo.cpp | 2893 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/ |
| D | jsnapi_expo.h | 825 void SetNativePointerFieldCount(const EcmaVM *vm, int32_t count);
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_object_test.cpp | 1258 obj->SetNativePointerFieldCount(thread, 1); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_first_tests.cpp | 1673 object->SetNativePointerFieldCount(vm_, input); in HWTEST_F_L0()
|
| D | ffi_workload.cpp | 5384 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()
|
| D | jsnapi_sample.cpp | 720 object->SetNativePointerFieldCount(vm, cnt); in NativePointer()
|