/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...] |
/external/chromium/net/disk_cache/ |
backend_unittest.cc | [all...] |
/external/bluetooth/glib/gio/ |
gmount.c | 751 * and <literal>gphoto2://[usb:001,002]/store2/</literal>. When the
|
/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...] |