Home
last modified time | relevance | path

Searched refs:GetNativePointerFieldCount (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/objectgetinformation_fuzzer/
Dobjectgetinformation_fuzzer.cpp81 object->GetNativePointerFieldCount(); in ObjectGetNativePointerFieldCountFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
Djs_object.h387 int32_t GetNativePointerFieldCount() const;
Djs_serializer.cpp912 if (obj->GetNativePointerFieldCount() > 0) { in WritePlainObject()
Djs_object.cpp2774 int32_t ECMAObject::GetNativePointerFieldCount() const in GetNativePointerFieldCount() function in panda::ecmascript::ECMAObject
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h668 int32_t GetNativePointerFieldCount();
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1890 int32_t ObjectRef::GetNativePointerFieldCount() in GetNativePointerFieldCount() function in panda::ObjectRef
1896 return object->GetNativePointerFieldCount(); in GetNativePointerFieldCount()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1621 int32_t res = object->GetNativePointerFieldCount(); in HWTEST_F_L0()
Djsnapi_sample.cpp735 ASSERT_EQ(cnt, object->GetNativePointerFieldCount()); in NativePointer()
Dffi_workload.cpp5422 object->GetNativePointerFieldCount(); in HWTEST_F_L0()
5425 TEST_TIME(ObjectRef::GetNativePointerFieldCount); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp1298 int32_t count = obj->GetNativePointerFieldCount(); in HWTEST_F_L0()