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

  /dalvik/vm/alloc/
MarkSweep.h 49 bool dvmHeapBeginMarkStep(bool isPartial);
60 void dvmHeapSweepUnmarkedObjects(bool isPartial, bool isConcurrent,
Heap.h 24 bool isPartial;
HeapSource.h 195 void *dvmHeapSourceGetImmuneLimit(bool isPartial);
Heap.cpp 41 true, /* isPartial */
50 true, /* isPartial */
59 false, /* isPartial */
68 false, /* isPartial */
500 if (!dvmHeapBeginMarkStep(spec->isPartial)) {
612 dvmHeapSweepUnmarkedObjects(spec->isPartial, spec->isConcurrent,
MarkSweep.cpp 89 bool dvmHeapBeginMarkStep(bool isPartial)
97 ctx->immuneLimit = (char*)dvmHeapSourceGetImmuneLimit(isPartial);
914 void dvmHeapSweepUnmarkedObjects(bool isPartial, bool isConcurrent,
925 if (isPartial) {
HeapSource.cpp     [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 88 /// isPartial - Return true if the original copy instruction did not copy
90 bool isPartial() const { return Partial; }
RegisterCoalescer.cpp 428 assert(!CP.isPartial() && "This doesn't work for partial copies.");
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasProvision.java 122 private int performAckRequest(final SyncResult syncResult, final boolean isPartial) {
124 mStatus = isPartial ? PROVISION_STATUS_PARTIAL : PROVISION_STATUS_OK;
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_generate_bindings.pl 123 if (!$interface->isPartial || $interface->name eq $targetInterfaceName) {
deprecated_idl_parser.pm 62 isPartial => '$', # Used for partial interfaces
555 $interface->isPartial(1);
    [all...]
deprecated_code_generator_v8.pm 307 if ($interface->name eq $interfaceName or $interface->isPartial) {
    [all...]
  /prebuilts/devtools/tools/lib/
jobb.jar 

Completed in 262 milliseconds