Searched refs:HandleScopeContains (Results 1 – 4 of 4) sorted by relevance
359 if (self->HandleScopeContains(reinterpret_cast<jobject>(iref))) { in Remove()
867 bool HandleScopeContains(jobject obj) const;
2528 bool Thread::HandleScopeContains(jobject obj) const { in HandleScopeContains() function in art::Thread2564 if (LIKELY(HandleScopeContains(obj))) { in DecodeJObject()
710 if (found_kind == kHandleScopeOrInvalid && self->HandleScopeContains(obj)) { in CheckReferenceKind()