Home
last modified time | relevance | path

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

/art/runtime/
Dsubtype_check_info.h235 DCHECK_NE(kAssigned, child.GetState()) << child.GetBitString(); in CreateChild()
236 DCHECK_NE(kUninitialized, child.GetState()) << child.GetBitString(); in CreateChild()
276 if (GetBitString().IsEmpty()) { in GetState()
314 return GetBitString()[depth_]; in GetNext()
323 *next = GetBitString()[depth_]; in MaybeGetNext()
375 BitString bs = GetBitString(); in SetNext()
381 BitString bs = GetBitString(); in SetNextUnchecked()
399 return GetBitString().Truncate(end); in GetPathToRoot()
424 BitString GetBitString() const { in GetBitString() function
443 BitString bs = child->GetBitString(); in OverwriteNextValueFromParent()
[all …]