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

  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 57 TypeBearer tb1 = locals1.getOrNull(i); local
59 TypeBearer resultType = mergeType(tb1, tb2);
60 if (resultType != tb1) {
109 TypeBearer tb1 = stack1.peek(i); local
111 TypeBearer resultType = mergeType(tb1, tb2);
112 if (resultType != tb1) {
124 throw new SimException("incompatible: " + tb1 + ", " +
  /external/qemu/
translate-all.c 801 TranslationBlock *tb1; local
804 tb1 = *ptb;
805 if (tb1 == tb) {
806 *ptb = tb1->phys_hash_next;
809 ptb = &tb1->phys_hash_next;
815 TranslationBlock *tb1; local
819 tb1 = *ptb;
820 n1 = (uintptr_t)tb1 & 3;
821 tb1 = (TranslationBlock *)((uintptr_t)tb1 & ~3)
832 TranslationBlock *tb1, **ptb; local
873 TranslationBlock *tb1, *tb2; local
1455 TranslationBlock *tb1, *tb_next, **ptb; local
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 104 milliseconds