Home
last modified time | relevance | path

Searched defs:ref1 (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/tests/
Doptional_ref_test.cpp28 OptionalRef<int> ref1 {a}; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_stubs-inl.h35 ALWAYS_INLINE inline bool EtsReferenceEquals(EtsCoroutine *coro, EtsObject *ref1, EtsObject *ref2) in EtsReferenceEquals()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_table_test.cpp179 auto ref1 = storage->Add(s1, Reference::ObjectType::GLOBAL); in SweepObjectInTable() local
217 auto ref1 = storage->Add(s1, Reference::ObjectType::GLOBAL); in SweepNonMovableObjectInTable() local
266 auto ref1 = storage->Add(s1, 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.cpp132 SharedReference *ref1 = CreateReference(etsObject1); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_analysis.cpp337 AliasType AliasAnalysis::CheckRefAlias(Inst *ref1, Inst *ref2) const in CheckRefAlias()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1386 … NativeReferenceHelper *ref1 = new NativeReferenceHelper(vm_, globalObject2, WeakRefCallback); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp656 NO_UB_SANITIZE static ets_boolean IsSameObject(EtsEnv *env, ets_object ref1, ets_object ref2) in IsSameObject()