HomeSort by relevance Sort by last modified time
    Searched refs:GetRefCount (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
BitmapHeapTest.cpp 40 static int32_t GetRefCount(const SkBitmapHeapEntry* entry) {
78 REPORTER_ASSERT(reporter, SkBitmapHeapTester::GetRefCount(entry) == 1);
81 REPORTER_ASSERT(reporter, SkBitmapHeapTester::GetRefCount(entry) == 0);
96 REPORTER_ASSERT(reporter, SkBitmapHeapTester::GetRefCount(heap.getEntry(0)) == 0);
  /art/runtime/base/
debug_stack.h 50 size_t GetRefCount() const { return 0u; }
81 size_t GetRefCount() const { return ref_count_; }
102 void CheckTop() { CHECK_EQ(counter_->GetRefCount(), ref_count_); }

Completed in 313 milliseconds