Searched refs:IsCorrupt (Results 1 – 14 of 14) sorted by relevance
212 EXPECT_FALSE(allocator_->IsCorrupt()); in TEST_F()353 } while (!allocator_->IsCorrupt() && !allocator_->IsFull()); in TEST_F()361 EXPECT_FALSE(allocator_->IsCorrupt()); in TEST_F()434 EXPECT_FALSE(allocator_->IsCorrupt()); in TEST_F()556 } while (!allocator_->IsCorrupt() && !allocator_->IsFull()); in TEST_F()580 EXPECT_FALSE(allocator_->IsCorrupt()); in TEST_F()589 EXPECT_TRUE(allocator_->IsCorrupt()); in TEST_F()608 EXPECT_FALSE(allocator.IsCorrupt()); in TEST()634 EXPECT_FALSE(local.IsCorrupt()); in TEST()651 EXPECT_FALSE(shalloc2.IsCorrupt()); in TEST()[all …]
662 if (IsCorrupt()) in AllocateImpl()778 if (IsCorrupt()) in MakeIterable()856 bool PersistentMemoryAllocator::IsCorrupt() const { in IsCorrupt() function in base::PersistentMemoryAllocator
182 << ", corrupt=" << allocator->IsCorrupt(); in CreatePersistentRecord()
46 ASSERT_FALSE(allocator_->IsCorrupt()); in TearDown()
482 bool IsCorrupt() const;
321 if (memory_allocator_->IsCorrupt()) in AllocateHistogram()
72 ASSERT_FALSE(allocator_->IsCorrupt()); in TearDown()
150 bool IsCorrupt(const PointerPositions& pos);161 if (IsCorrupt(pos)) in GetPointerPositions()
277 bool SharedRingBuffer::IsCorrupt(const PointerPositions& pos) { in IsCorrupt() function in perfetto::profiling::SharedRingBuffer
248 assert(basic_module->IsCorrupt()); in LoadModuleUsingMemoryBuffer()252 if (basic_module->IsCorrupt()) { in LoadModuleUsingMemoryBuffer()
89 virtual bool IsCorrupt() const { return is_corrupt_; } in IsCorrupt() function
132 virtual bool IsCorrupt() const = 0;
128 virtual bool IsCorrupt() const { return is_corrupt_; } in IsCorrupt() function
77 ASSERT_TRUE(fast_module->IsCorrupt() == basic_module->IsCorrupt()); in Compare()