Home
last modified time | relevance | path

Searched refs:INVALID_THRESHOLD (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dverification.h28 static constexpr uint32_t INVALID_THRESHOLD = 0x40000; member
H A Dverification.cpp119 if (ToUintPtr(value.GetTaggedWeakRef()) < INVALID_THRESHOLD) { in VerifyObjectSlotLegal()
138 if (ToUintPtr(slotValue.GetTaggedObject()) < INVALID_THRESHOLD) { // LCOV_EXCL_START in VerifyHeapObjectSlotLegal()

Completed in 2 milliseconds