HomeSort by relevance Sort by last modified time
    Searched refs:IncrementRefCount (Results 1 - 2 of 2) 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/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]

Completed in 101 milliseconds