Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/objectgetinformation_fuzzer/
Dobjectgetinformation_fuzzer.cpp81 object->GetNativePointerFieldCount(vm); in ObjectGetNativePointerFieldCountFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
Djs_object.h391 int32_t GetNativePointerFieldCount() const;
Djs_object.cpp2945 int32_t ECMAObject::GetNativePointerFieldCount() const in GetNativePointerFieldCount() function in panda::ecmascript::ECMAObject
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h826 int32_t GetNativePointerFieldCount(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp1261 int32_t count = obj->GetNativePointerFieldCount(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1674 int32_t res = object->GetNativePointerFieldCount(vm_); in HWTEST_F_L0()
Djsnapi_sample.cpp721 ASSERT_EQ(cnt, object->GetNativePointerFieldCount(vm)); in NativePointer()
Dffi_workload.cpp5399 object->GetNativePointerFieldCount(vm_); in HWTEST_F_L0()
5402 TEST_TIME(ObjectRef::GetNativePointerFieldCount); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2904 int32_t ObjectRef::GetNativePointerFieldCount(const EcmaVM *vm) in GetNativePointerFieldCount() function in panda::ObjectRef
2911 return object->GetNativePointerFieldCount(); in GetNativePointerFieldCount()