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