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 105 appendSourceFile(tokens[1], getGlobalSubDict(), asm_fp, None)
198 asm_fp.write("\n .global %s\n" % start_label)
199 asm_fp.write(" .text\n")
200 asm_fp.write("%s:\n" % start_label)
205 asm_fp.write(" .long " + prefix + \
264 asm_fp.write(" .balign %d\n" % handler_size_bytes)
281 asm_fp.write("\n .global %s\n" % start_label)
282 asm_fp.write(" .type %s, %%function\n" % start_label)
283 asm_fp.write("%s = " % start_label + label_prefix + "_OP_NOP\n")
284 asm_fp.write(" .text\n\n"
551 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)
173 asm_fp.write("\n .global dvmCompilerTemplateStart\n")
174 asm_fp.write(" .type dvmCompilerTemplateStart, %function\n")
175 asm_fp.write(" .section .data.rel.ro\n\n")
176 asm_fp.write("dvmCompilerTemplateStart:\n\n")
189 # asm_fp.write("\n .balign %d\n" % handler_size_bytes)
190 asm_fp.write(" .size dvmCompilerTemplateStart, .-dvmCompilerTemplateStart\n")
202 emitAsmHeader(asm_fp, dict)
203 appendSourceFile(source, dict, asm_fp, sister_list)
357 asm_fp = open("%s/CompilerTemplateAsm-%s.S" % (output_dir, target_arch), "w" variable
    [all...]

Completed in 1794 milliseconds