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

  /external/libcxxabi/src/
cxa_exception.hpp 35 size_t referenceCount;
63 size_t referenceCount;
71 // primaryException instead of referenceCount.
cxa_exception.cpp 233 exception_header->referenceCount = 1; // This is a newly allocated exception, no need for thread safety.
453 static_assert(offsetof(__cxa_exception, referenceCount) ==
503 // Destroy the primary exception only if its referenceCount goes to 0
592 If thrown_object is not null, atomically increment the referenceCount field
604 __sync_add_and_fetch(&exception_header->referenceCount, 1);
609 If thrown_object is not null, atomically decrement the referenceCount field
611 by thrown_object. If the referenceCount drops to zero, destroy and
622 if (__sync_sub_and_fetch(&exception_header->referenceCount, size_t(1)) == 0)
633 caughtExceptions stack. Atomically increment the exception's referenceCount.
665 stored in exc is called. Otherwise the referenceCount stored in th
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Label.java 136 private int referenceCount;
324 if (referenceCount >= srcAndRefPositions.length) {
333 srcAndRefPositions[referenceCount++] = sourcePosition;
334 srcAndRefPositions[referenceCount++] = referencePosition;
365 while (i < referenceCount) {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
npruntime.cpp 278 npObject->referenceCount = 1;
288 ASSERT(npObject->referenceCount > 0);
291 npObject->referenceCount++;
311 npObject->referenceCount = 0xFFFFFFFF;
322 ASSERT(npObject->referenceCount >= 1);
324 if (npObject && npObject->referenceCount >= 1) {
325 if (!--npObject->referenceCount)
  /external/chromium_org/content/shell/tools/plugin/
TestObject.cpp 183 INT32_TO_NPVARIANT(npobj->referenceCount, *result);
PluginObject.cpp     [all...]
  /external/chromium_org/third_party/npapi/bindings/
npruntime.h 329 uint32_t referenceCount;
338 returned. This method will initialize the referenceCount member of
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npruntime.h 345 uint32_t referenceCount;
354 returned. This method will initialize the referenceCount member of
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 555 milliseconds