Searched refs:GetNativePointerFieldCount (Results 1 – 10 of 10) sorted by relevance
81 object->GetNativePointerFieldCount(); in ObjectGetNativePointerFieldCountFuzzTest()
387 int32_t GetNativePointerFieldCount() const;
912 if (obj->GetNativePointerFieldCount() > 0) { in WritePlainObject()
2774 int32_t ECMAObject::GetNativePointerFieldCount() const in GetNativePointerFieldCount() function in panda::ecmascript::ECMAObject
668 int32_t GetNativePointerFieldCount();
1890 int32_t ObjectRef::GetNativePointerFieldCount() in GetNativePointerFieldCount() function in panda::ObjectRef1896 return object->GetNativePointerFieldCount(); in GetNativePointerFieldCount()
1621 int32_t res = object->GetNativePointerFieldCount(); in HWTEST_F_L0()
735 ASSERT_EQ(cnt, object->GetNativePointerFieldCount()); in NativePointer()
5422 object->GetNativePointerFieldCount(); in HWTEST_F_L0()5425 TEST_TIME(ObjectRef::GetNativePointerFieldCount); in HWTEST_F_L0()
1298 int32_t count = obj->GetNativePointerFieldCount(); in HWTEST_F_L0()