HomeSort by relevance Sort by last modified time
    Searched defs:store2 (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.c 698 ArmLIR *store2 = NULL; local
755 store2 = newLIR3(cUnit, opCode, rSrcHi, rBase, encodedDisp + 1);
762 store2 = newLIR3(cUnit, kThumbStrRRI5, rSrcHi, rScratch, 1);
773 if (store2 != NULL)
774 annotateDalvikRegAccess(store2, (displacement >> 2) + 1,
780 if (store2 != NULL && cUnit->heapMemOp)
781 store2->branchInsertSV = true;
  /external/qemu/android/skin/
region.c 455 RunStore *store1, *store2; local
473 store2 = runstore_from_runs(runs2);
475 if (store1->count == store2->count &&
    [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.c 2224 bool store1 = false, store2 = false; local
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 264 ImapStore store2 = (ImapStore) ImapStore.newInstance("imap://user2:password@server:999", local
    [all...]

Completed in 225 milliseconds