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

  /dalvik/vm/analysis/
RegisterMap.cpp 405 int addrWidth;
409 addrWidth = 1;
412 addrWidth = 2;
429 if (addrWidth > 1)
897 int addrWidth, lineWidth;
907 addrWidth = 1;
910 addrWidth = 2;
918 lineWidth = addrWidth + pMap->regWidth;
933 if (addrWidth > 1)
936 return data + addrWidth;
    [all...]
  /dalvik/dexdump/
DexDump.cpp     [all...]

Completed in 482 milliseconds