Searched defs:kInstrLen (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DNcgHelper.cpp32 const int kInstrLen = 4; //default to next bytecode local
36 return kInstrLen;
69 const int kInstrLen = 4; //CHECK local
84 return kInstrLen;
/dalvik/vm/interp/
H A DInterp.cpp1001 const int kInstrLen = 3; local
1018 return kInstrLen;
1030 return kInstrLen;
1054 const int kInstrLen = 3; local
1072 return kInstrLen;
1112 return kInstrLen;

Completed in 198 milliseconds