HomeSort by relevance Sort by last modified time
    Searched full:dvmcompilertemplatestart (Results 1 - 12 of 12) sorted by null

  /dalvik/vm/compiler/codegen/arm/armv5te/
ArchVariant.cpp 17 extern "C" void dvmCompilerTemplateStart(void);
45 * the dvmCompilerTemplateStart symbol for each template.
48 (intptr_t) dvmCompiler_TEMPLATE_##X - (intptr_t) dvmCompilerTemplateStart;
  /dalvik/vm/compiler/codegen/arm/armv7-a/
ArchVariant.cpp 17 extern "C" void dvmCompilerTemplateStart(void);
40 * the dvmCompilerTemplateStart symbol for each template.
43 (intptr_t) dvmCompiler_TEMPLATE_##X - (intptr_t) dvmCompilerTemplateStart;
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
ArchVariant.cpp 17 extern "C" void dvmCompilerTemplateStart(void);
40 * the dvmCompilerTemplateStart symbol for each template.
43 (intptr_t) dvmCompiler_TEMPLATE_##X - (intptr_t) dvmCompilerTemplateStart;
  /dalvik/vm/compiler/codegen/x86/ia32/
ArchVariant.cpp 17 extern "C" void dvmCompilerTemplateStart(void);
45 * the dvmCompilerTemplateStart symbol for each template.
48 (intptr_t) dvmCompiler_TEMPLATE_##X - (intptr_t) dvmCompilerTemplateStart;
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-ia32.S 48 .global dvmCompilerTemplateStart
49 .type dvmCompilerTemplateStart, %function
52 dvmCompilerTemplateStart:
98 .size dvmCompilerTemplateStart, .-dvmCompilerTemplateStart
CompilerTemplateAsm-armv5te.S 112 .global dvmCompilerTemplateStart
113 .type dvmCompilerTemplateStart, %function
116 dvmCompilerTemplateStart:
    [all...]
CompilerTemplateAsm-armv5te-vfp.S 112 .global dvmCompilerTemplateStart
113 .type dvmCompilerTemplateStart, %function
116 dvmCompilerTemplateStart:
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 112 .global dvmCompilerTemplateStart
113 .type dvmCompilerTemplateStart, %function
116 dvmCompilerTemplateStart:
    [all...]
CompilerTemplateAsm-armv7-a.S 112 .global dvmCompilerTemplateStart
113 .type dvmCompilerTemplateStart, %function
116 dvmCompilerTemplateStart:
    [all...]
  /dalvik/vm/compiler/codegen/arm/armv5te-vfp/
ArchVariant.cpp 17 extern "C" void dvmCompilerTemplateStart(void);
45 * the dvmCompilerTemplateStart symbol for each template.
48 (intptr_t) dvmCompiler_TEMPLATE_##X - (intptr_t) dvmCompilerTemplateStart;
  /dalvik/vm/compiler/template/
gen-template.py 173 asm_fp.write("\n .global dvmCompilerTemplateStart\n")
174 asm_fp.write(" .type dvmCompilerTemplateStart, %function\n")
176 asm_fp.write("dvmCompilerTemplateStart:\n\n")
190 asm_fp.write(" .size dvmCompilerTemplateStart, .-dvmCompilerTemplateStart\n")
  /dalvik/vm/compiler/
Compiler.cpp 25 extern "C" void dvmCompilerTemplateStart(void);
192 (intptr_t) dvmCompilerTemplateStart;
194 (void *) dvmCompilerTemplateStart,

Completed in 6072 milliseconds