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

  /dalvik/vm/mterp/
gen-mterp.py 83 appendSourceFile(tokens[1], getGlobalSubDict(), asm_fp, None)
183 asm_fp.write("\n .global dvmAsmInstructionStart\n")
184 asm_fp.write(" .type dvmAsmInstructionStart, %function\n")
185 asm_fp.write("dvmAsmInstructionStart = " + label_prefix + "_OP_NOP\n")
186 asm_fp.write(" .text\n\n")
208 asm_fp.write(" .balign %d\n" % handler_size_bytes)
209 asm_fp.write(label_prefix + "_OP_NOP: /* dummy */\n");
211 asm_fp.write("\n .balign %d\n" % handler_size_bytes)
212 asm_fp.write(" .size dvmAsmInstructionStart, .-dvmAsmInstructionStart\n")
213 asm_fp.write(" .global dvmAsmInstructionEnd\n"
409 asm_fp = open("%s\/InterpAsm-%s.S" % (output_dir, target_arch), "w") variable
    [all...]
  /dalvik/vm/compiler/template/
gen-template.py 81 appendSourceFile(tokens[1], getGlobalSubDict(), asm_fp, None)
172 asm_fp.write("\n .global dvmCompilerTemplateStart\n")
173 asm_fp.write(" .type dvmCompilerTemplateStart, %function\n")
174 asm_fp.write(" .text\n\n")
175 asm_fp.write("dvmCompilerTemplateStart:\n\n")
188 # asm_fp.write("\n .balign %d\n" % handler_size_bytes)
189 asm_fp.write(" .size dvmCompilerTemplateStart, .-dvmCompilerTemplateStart\n")
201 emitAsmHeader(asm_fp, dict)
202 appendSourceFile(source, dict, asm_fp, sister_list)
356 asm_fp = open("%s/CompilerTemplateAsm-%s.S" % (output_dir, target_arch), "w" variable
    [all...]

Completed in 1950 milliseconds