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

  /dalvik/vm/analysis/
RegisterMap.c 402 int addrWidth;
406 addrWidth = 1;
409 addrWidth = 2;
426 if (addrWidth > 1)
896 int addrWidth, lineWidth;
906 addrWidth = 1;
909 addrWidth = 2;
917 lineWidth = addrWidth + pMap->regWidth;
932 if (addrWidth > 1)
935 return data + addrWidth;
    [all...]
  /dalvik/dexdump/
DexDump.c     [all...]

Completed in 255 milliseconds