Home
last modified time | relevance | path

Searched refs:IsWeak (Results 1 - 25 of 47) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
H A Dets_reference.h51 bool IsWeak() const in IsWeak() function in ark::ets::final
53 return GetReference()->IsWeak(); in IsWeak()
86 ASSERT(ref->IsWeak()); in EtsNapiWeakToEtsRef()
92 ASSERT(ref->IsWeak()); in EtsRefToEtsNapiWeak()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dprofile_type_info_test.cpp140 EXPECT_TRUE(handleProfileTypeInfo->Get(slotId).IsWeak()); in HWTEST_F_L0()
160 EXPECT_TRUE(resultArr2->Get(2).IsWeak()); in HWTEST_F_L0()
190 EXPECT_TRUE(handleProfileTypeInfo->Get(0).IsWeak()); in HWTEST_F_L0()
272 EXPECT_TRUE(resultArr1->Get(0).IsWeak()); in HWTEST_F_L0()
280 EXPECT_TRUE(resultArr2->Get(0).IsWeak()); in HWTEST_F_L0()
360 EXPECT_TRUE(handleProfileTypeAccessor.GetWeakRef(weakRefValue).IsWeak()); in HWTEST_F_L0()
H A Dic_runtime_test.cpp130 EXPECT_TRUE(handleProfileTypeInfo->Get(slotId).IsWeak()); in HWTEST_F_L0()
141 EXPECT_TRUE(handleProfileTypeInfo->Get(slotId).IsWeak()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_global_storage.h85 bool IsWeak() const in IsWeak() function in panda::ecmascript::Node
283 if (node->IsWeak()) { in FreeNode()
444 if (node->IsWeak()) { in DisposeGlobalHandle()
472 inline bool IsWeak(uintptr_t addr) const in IsWeak() function in panda::ecmascript::EcmaGlobalStorage
475 return node->IsWeak(); in IsWeak()
H A Djs_hclass-inl.h57 if (transitions.IsWeak()) { in AddTransitions()
95 } else if (transitions.IsWeak()) { in AddProtoTransitions()
123 if (transitions.IsWeak()) { in FindTransitions()
157 if (transitions.IsWeak() || !transitions.IsTaggedArray()) { in FindProtoTransitions()
158 ASSERT(transitions.IsUndefined() || transitions.IsWeak()); in FindProtoTransitions()
H A Djs_weak_ref.h51 ASSERT(weakObj.IsWeak()); in SetToWeak()
H A Djs_finalization_registry.h45 ASSERT(weakObj.IsWeak()); in SetToWeakRefTarget()
H A Dtransitions_dictionary.h137 if (ret.IsWeak()) { in IterateEntryValue()
H A Decma_handle_scope.cpp97 ASSERT(!JSTaggedValue(value).IsWeak()); in NewHandle()
H A Dlinked_hash_table.h102 if (element.IsWeak()) { in FindElement()
240 if (key.IsWeak()) { in Rehash()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi.h554 bool CopyableGlobal<T>::IsWeak() const in IsWeak() function in panda::CopyableGlobal
556 return JSNApi::IsWeak(vm_, address_); in IsWeak()
599 bool Global<T>::IsWeak() const in IsWeak() function in panda::Global
601 return JSNApi::IsWeak(vm_, address_); in IsWeak()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dprofile_type_info.cpp31 if (!profileData.IsWeak() && (profileData.IsString() || profileData.IsSymbol())) { in AddElementHandler()
77 if (!profileData.IsWeak() && profileData.IsTaggedArray()) { // POLY in AddHandlerWithoutKey()
263 if (profileData.IsWeak()) { in GetICState()
270 if (profileData.IsWeak()) { in GetICState()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_handle_test.cpp153 EXPECT_TRUE(thread->IsWeak(globalString)); in HWTEST_F_L0()
176 EXPECT_TRUE(thread->IsWeak(globalString[i])); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/templateclassglobal_fuzzer/
H A Dtemplateclassglobal_fuzzer.cpp148 bool res = global.IsWeak(); in GlobalSetWeakFuzzerTest()
182 [[maybe_unused]]bool b = global.IsWeak(); in GlobalIsWeakFuzzerTest()
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp415 if (slotValue.IsWeak()) { in ConvertCreateObject()
447 if (firstValue.IsWeak()) { in ConvertICByName()
625 if (cacheValue.IsWeak()) { in ConvertICByNameWithPoly()
634 if (!result.IsHeapObject() || !result.IsWeak()) { in ConvertICByNameWithPoly()
657 if (firstValue.IsWeak()) { in ConvertICByValue()
794 if (cacheValue.IsWeak()) { in ConvertICByValueWithPoly()
803 if (!result.IsHeapObject() || !result.IsWeak()) { in ConvertICByValueWithPoly()
825 if (firstValue.IsWeak()) { in ConvertInstanceof()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dverification.cpp118 if (value.IsWeak()) { // LCOV_EXCL_START in VerifyObjectSlotLegal()
495 if (value.IsWeak()) { in VerifyObjectSlot()
566 if (value.IsWeak() || !value.IsHeapObject()) { in VerifyMark()
619 if (value.IsWeak() || !value.IsHeapObject()) { in VerifyMark()
678 if (value.IsWeak() || !value.IsHeapObject()) { in VerifySweep()
732 if (value.IsWeak() || !value.IsHeapObject()) { in VerifySweep()
847 if (value.IsWeak()) { in VerifyObjectSlot()
H A Dparallel_evacuator.cpp59 if (!trackInfoVal.IsHeapObject() || !trackInfoVal.IsWeak()) { in UpdateTrackInfo()
151 if (JSTaggedValue(value).IsWeak()) { in UpdateRecordWeakReferenceInParallel()
341 if (value.IsWeak()) { in UpdateRecordWeakReference()
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
H A Dtagged_value.h202 inline bool IsWeak() const in IsWeak() function in ark::coretypes::TaggedValue
275 ASSERT_PRINT(IsWeak(), "can not convert TaggedValue to WeakRef HeapObject :" << std::hex << value_); in GetWeakReferent()
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
H A Dreference.h81 bool IsWeak() const in IsWeak() function in ark::ark::mem::Reference::ObjectType
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp247 if (trackInfoVal.IsHeapObject() && trackInfoVal.IsWeak()) { in UpdateTrackElementsKind()
271 if (trackInfoVal.IsHeapObject() && trackInfoVal.IsWeak()) { in UpdateTrackArrayLength()
301 if (!func.IsWeak()) { in UpdateTrackInfo()
978 if (firstValue.IsWeak()) { in DumpICByName()
1001 if (firstValue.IsWeak()) { in DumpICByValue()
1021 if (cacheValue.IsWeak()) { in DumpICByNameWithPoly()
1030 if (!result.IsHeapObject() || !result.IsWeak()) { in DumpICByNameWithPoly()
1048 if (cacheValue.IsWeak()) { in DumpICByValueWithPoly()
1057 if (!result.IsHeapObject() || !result.IsWeak()) { in DumpICByValueWithPoly()
1335 if (!handle.IsHeapObject() || !handle.IsWeak()) { in DumpDefineClass()
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_full_gc.cpp140 ASSERT(value.IsWeak()); in UpdateRecordWeakReference()
H A Dshared_gc.cpp144 if (value.IsWeak()) { in UpdateRecordWeakReference()
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dobject_helpers.cpp302 ASSERT(value.IsWeak()); in HandleDynWeakReferences()
382 if (ObjectAccessor::GetDynValue<TaggedValue>(object, offset).IsWeak()) { in UpdateRefToMovedObject()
H A Dheap_verifier.cpp51 if (value.IsWeak()) { in operator ()()
74 if (value.IsWeak()) { in operator ()()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_root.cpp127 if (!value.IsWeak()) { in VisitCardTableRoots()

Completed in 20 milliseconds

12