HomeSort by relevance Sort by last modified time
    Searched full:incrementrefcount (Results 1 - 15 of 15) sorted by null

  /art/runtime/base/
debug_stack.h 48 size_t IncrementRefCount() { return 0u; }
79 size_t IncrementRefCount() { return ++ref_count_; }
92 : counter_(counter), ref_count_(counter->IncrementRefCount()) {
95 : counter_(other.counter_), ref_count_(counter_->IncrementRefCount()) {
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
NGramList.java 58 public final void incrementRefCount()
119 ngram.incrementRefCount();
Checker.java 63 //ngram.incrementRefCount();
  /frameworks/base/libs/hwui/
ResourceCache.h 69 void incrementRefcount(const Res_png_9patch* resource);
82 void incrementRefcount(void* resource, ResourceType resourceType);
ResourceCache.cpp 60 void ResourceCache::incrementRefcount(void* resource, ResourceType resourceType) {
65 void ResourceCache::incrementRefcount(const Res_png_9patch* patchResource) {
66 incrementRefcount((void*) patchResource, kNinePatch);
DisplayListCanvas.h 331 mResourceCache.incrementRefcount(patch);
RecordingCanvas.h 301 mResourceCache.incrementRefcount(patch);