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

  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp     [all...]
Lower.cpp 49 char* streamStart = NULL; //start of the Pure CodeItem?, not include the global symbols
Lower.h 530 extern char* streamStart;
    [all...]
AnalysisO1.cpp     [all...]
  /packages/inputmethods/LatinIME/native/jni/src/
unigram_dictionary.h 42 UnigramDictionary(const uint8_t *const streamStart, int typedLetterMultipler,
unigram_dictionary.cpp 44 UnigramDictionary::UnigramDictionary(const uint8_t *const streamStart, int typedLetterMultiplier,
46 : DICT_ROOT(streamStart), MAX_WORD_LENGTH(maxWordLength), MAX_WORDS(maxWords),
    [all...]
  /dalvik/vm/compiler/
Compiler.cpp 228 streamStart = stream;
230 gDvmJit.templateSize = (stream - streamStart);
231 gDvmJit.codeCacheByteUsed = (stream - streamStart);

Completed in 231 milliseconds