Home
last modified time | relevance | path

Searched defs:ref2 (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/tests/
Doptional_ref_test.cpp29 OptionalConstRef<int> ref2 {a}; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/array_ops/
Darray_get_ref_test.cpp42 ani_ref ref2 = nullptr; in TEST_F() local
Darray_set_ref_test.cpp132 ani_ref ref2 = nullptr; in TEST_F() local
188 ani_ref ref2 = nullptr; in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_table_test.cpp181 auto ref2 = storage->Add(s2, Reference::ObjectType::GLOBAL); in SweepObjectInTable() local
220 auto ref2 = storage->Add(s2, Reference::ObjectType::GLOBAL); in SweepNonMovableObjectInTable() local
269 auto ref2 = storage->Add(s2, Reference::ObjectType::GLOBAL); in SweepHumongousObjectInTable() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/mem/proxy_reference_storage_1/
Dtest_proxy_reference_storage_1.cpp139 SharedReference *ref2 = CreateReference(etsObject2); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_stubs-inl.h43 ALWAYS_INLINE inline bool EtsReferenceEquals(EtsCoroutine *coro, EtsObject *ref1, EtsObject *ref2) in EtsReferenceEquals()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1405 NativeReferenceHelper *ref2 = new NativeReferenceHelper(vm_, globalObject4, WeakRefCallback); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp660 NO_UB_SANITIZE static ets_boolean IsSameObject(EtsEnv *env, ets_object ref1, ets_object ref2) in IsSameObject()