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

  /external/mesa3d/src/glx/apple/
apple_glx_drawable.c 122 d->reference_count++;
130 d->reference_count--;
143 if (d->reference_count > 0) {
205 apple_glx_diagnostic("%s: %p ->reference_count before -- %d\n", __func__,
206 (void *) d, d->reference_count);
208 d->reference_count--;
210 if (d->reference_count > 0) {
245 d->reference_count = 0;
385 if (d->reference_count > 0) {
508 * if the reference_count is > 0
    [all...]
apple_glx_drawable.h 102 int reference_count; member in struct:apple_glx_drawable
  /art/runtime/jdwp/
object_registry.cc 29 << ",count=" << rhs.reference_count
94 ++entry->reference_count;
99 entry->reference_count = 0;
111 entry->reference_count = 1;
247 void ObjectRegistry::DisposeObject(JDWP::ObjectId id, uint32_t reference_count) {
255 entry->reference_count -= reference_count;
256 if (entry->reference_count <= 0) {
object_registry.h 45 int32_t reference_count; member in struct:art::ObjectRegistryEntry
106 void DisposeObject(JDWP::ObjectId id, uint32_t reference_count)
jdwp_handler.cc 307 uint32_t reference_count = request->ReadUnsigned32("reference_count"); local
308 Dbg::DisposeObject(object_id, reference_count);
    [all...]
  /external/clang/test/Analysis/
NewDelete-checker-test.cpp 262 namespace reference_count { namespace
  /external/lldb/source/Commands/
CommandObjectMemory.cpp 407 uint32_t reference_count = 0; local
481 if (reference_count == 0)
483 reference_count = 1;
    [all...]
  /art/runtime/
debugger.h 380 static void DisposeObject(JDWP::ObjectId object_id, uint32_t reference_count)
    [all...]
debugger.cc     [all...]

Completed in 153 milliseconds