Searched refs:GetNativePointerFieldCount (Results 1 – 7 of 7) sorted by relevance
351 int32_t GetNativePointerFieldCount() const;
900 if (obj->GetNativePointerFieldCount() > 0) { in WritePlainObject()960 int32_t paramCount = obj->GetNativePointerFieldCount(); in WriteNativeBindingObject()
2298 int32_t ECMAObject::GetNativePointerFieldCount() const in GetNativePointerFieldCount() function in panda::ecmascript::ECMAObject
732 int32_t GetNativePointerFieldCount();
1648 int32_t ObjectRef::GetNativePointerFieldCount() in GetNativePointerFieldCount() function in panda::ObjectRef1652 return object->GetNativePointerFieldCount(); in GetNativePointerFieldCount()
1267 int32_t res = object->GetNativePointerFieldCount(); in HWTEST_F_L0()
1297 int32_t count = obj->GetNativePointerFieldCount(); in HWTEST_F_L0()