Searched refs:kHandleScopeOrInvalid (Results 1 – 7 of 7) sorted by relevance
41 if (UNLIKELY(GetIndirectRefKind(iref) == kHandleScopeOrInvalid)) { in GetChecked()
43 case kHandleScopeOrInvalid: in GetIndirectRefKindString()76 CHECK_NE(desired_kind, kHandleScopeOrInvalid); in IndirectReferenceTable()357 if (GetIndirectRefKind(iref) == kHandleScopeOrInvalid) { in Remove()
94 kHandleScopeOrInvalid = 0, // <<stack indirect reference table or invalid reference>> enumerator
1006 } else if (kind == kHandleScopeOrInvalid) { in UpdateReference()
2561 } else if (kind == kHandleScopeOrInvalid) { in DecodeJObject()
2707 case kHandleScopeOrInvalid: in GetObjectRefType()
710 if (found_kind == kHandleScopeOrInvalid && self->HandleScopeContains(obj)) { in CheckReferenceKind()