Searched refs:kHandleScopeOrInvalid (Results 1 – 7 of 7) sorted by relevance
41 if (UNLIKELY(GetIndirectRefKind(iref) == kHandleScopeOrInvalid)) { in GetChecked()
42 case kHandleScopeOrInvalid: in GetIndirectRefKindString()75 CHECK_NE(desired_kind, kHandleScopeOrInvalid); in IndirectReferenceTable()355 if (GetIndirectRefKind(iref) == kHandleScopeOrInvalid) { in Remove()
95 kHandleScopeOrInvalid = 0, // <<stack indirect reference table or invalid reference>> enumerator
936 } else if (kind == kHandleScopeOrInvalid) { in UpdateReference()
2361 } else if (kind == kHandleScopeOrInvalid) { in DecodeJObject()
2512 case kHandleScopeOrInvalid: in GetObjectRefType()
705 if (found_kind == kHandleScopeOrInvalid && self->HandleScopeContains(obj)) { in CheckReferenceKind()