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

  /dalvik/vm/mterp/common/
jit-config.h 23 #define JIT_PROF_SIZE (1 << JIT_PROF_SIZE_LOG_2)
  /dalvik/vm/compiler/
Compiler.cpp 448 pJitProfTable = (unsigned char *)malloc(JIT_PROF_SIZE);
455 memset(pJitProfTable, gDvmJit.threshold, JIT_PROF_SIZE);
  /dalvik/vm/mterp/mips/
footer.S 326 andi a3, a3, JIT_PROF_SIZE-1 # eliminate excess bits
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-mips.S     [all...]

Completed in 344 milliseconds