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

  /dalvik/vm/compiler/template/ia32/
footer.S 10 .global dvmCompilerTemplateEnd
11 dvmCompilerTemplateEnd:
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-ia32.S 109 .global dvmCompilerTemplateEnd
110 dvmCompilerTemplateEnd:
CompilerTemplateAsm-armv5te.S     [all...]
CompilerTemplateAsm-armv7-a-neon.S     [all...]
CompilerTemplateAsm-armv7-a.S     [all...]
CompilerTemplateAsm-armv5te-vfp.S     [all...]
  /dalvik/vm/compiler/template/armv5te/
footer.S 126 .global dvmCompilerTemplateEnd
127 dvmCompilerTemplateEnd:
  /dalvik/vm/compiler/template/mips/
footer.S 137 .global dvmCompilerTemplateEnd
138 dvmCompilerTemplateEnd:
  /dalvik/vm/compiler/
Compiler.cpp 30 extern "C" void dvmCompilerTemplateEnd(void);
196 int templateSize = (intptr_t) dvmCompilerTemplateEnd -

Completed in 466 milliseconds