Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmarking.h223 if (IsSeq(cell)) { in Print()
243 static bool IsSeq(uint32_t cell) { return cell == 0 || cell == 0xFFFFFFFF; } in IsSeq() function