Searched refs:IsValidClassUnchecked (Results 1 – 3 of 3) sorted by relevance
28 bool Verification::IsValidClassUnchecked(mirror::Class* klass) const { in IsValidClassUnchecked() function48 return IsValidClassUnchecked<kReadBarrierOption>(klass); in IsValidClass()
57 bool IsValidClassUnchecked(mirror::Class* klass) const
1581 return heap_->GetVerification()->IsValidClassUnchecked<kWithFromSpaceBarrier>( in IsValidObject()