Home
last modified time | relevance | path

Searched refs:howMany (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/libenc/
Denc_base.cpp624 char * EncoderBase::nops(char * stream, unsigned howMany) in nops() argument
642 while(howMany>=nopSize) { in nops()
648 howMany -= nopSize; in nops()
651 char* end = stream + howMany; in nops()
Denc_base.h89 static char * nops(char * stream, unsigned howMany);