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
1015 return kInstrLen;
1028 return kInstrLen;
1052 const int kInstrLen = 3; local
1070 return kInstrLen;
1110 return kInstrLen;

Completed in 112 milliseconds