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

  /external/llvm/lib/CodeGen/
RegisterScavenging.cpp 290 int Survivor = Candidates.find_first();
291 assert(Survivor > 0 && "No candidates for scavenging");
331 // Was our survivor untouched by this instruction?
332 if (Candidates.test(Survivor))
339 Survivor = Candidates.find_first();
348 return Survivor;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
qpisf_2s.c 44 Word16 surv /* input : number of survivor */
61 Word16 nb_surv /* (i) : number of survivor (1, 2, 3 or 4) */
151 Word16 nb_surv /* (i) : number of survivor (1, 2, 3 or 4) */
495 Word16 surv /* input : number of survivor */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
acelp.h 109 Word16 nb_surv /* (i) : number of survivor (1, 2, 3 or 4) */
117 Word16 nb_surv /* (i) : number of survivor (1, 2, 3 or 4) */
  /art/runtime/
jni_internal_test.cc     [all...]
jni_internal.cc 824 Object* survivor = soa.Decode<Object*>(java_survivor); local
826 return soa.AddLocalReference<jobject>(survivor);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 571 CcTest::heap()->CollectGarbage(i::NEW_SPACE); // in survivor space now
602 CcTest::heap()->CollectGarbage(i::NEW_SPACE); // in survivor space now
636 CcTest::heap()->CollectGarbage(i::NEW_SPACE); // in survivor space now
680 CcTest::heap()->CollectGarbage(i::NEW_SPACE); // in survivor space now
720 CcTest::heap()->CollectGarbage(i::NEW_SPACE); // in survivor space now
749 CcTest::heap()->CollectGarbage(i::NEW_SPACE); // in survivor space now
769 CcTest::heap()->CollectGarbage(i::NEW_SPACE); // in survivor space now
    [all...]
  /external/chromium_org/v8/src/
jsregexp.cc 2897 RegExpNode* survivor = NULL; local
    [all...]
  /external/v8/test/cctest/
test-api.cc 440 HEAP->CollectGarbage(i::NEW_SPACE); // in survivor space now
466 HEAP->CollectGarbage(i::NEW_SPACE); // in survivor space now
499 HEAP->CollectGarbage(i::NEW_SPACE); // in survivor space now
542 HEAP->CollectGarbage(i::NEW_SPACE); // in survivor space now
575 HEAP->CollectGarbage(i::NEW_SPACE); // in survivor space now
593 HEAP->CollectGarbage(i::NEW_SPACE); // in survivor space now
    [all...]
  /external/srec/srec/crec/
srec.c 116 we copy a survivor into it and free that original */
    [all...]
  /sdk/files/typos/
typos-en.txt     [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fts1porter.test     [all...]

Completed in 395 milliseconds