OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetRefCount
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/tests/
BitmapHeapTest.cpp
28
static int32_t
GetRefCount
(const SkBitmapHeapEntry* entry) {
66
REPORTER_ASSERT(reporter, SkBitmapHeapTester::
GetRefCount
(entry) == 1);
69
REPORTER_ASSERT(reporter, SkBitmapHeapTester::
GetRefCount
(entry) == 0);
84
REPORTER_ASSERT(reporter, SkBitmapHeapTester::
GetRefCount
(heap.getEntry(0)) == 0);
/art/compiler/utils/
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_); }
/art/runtime/
thread_pool.h
138
size_t
GetRefCount
() const {
Completed in 2634 milliseconds