Searched defs:asm_fp (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/interpreter/mterp/
H A Dgen_mterp.py107 appendSourceFile(tokens[1], getGlobalSubDict(), asm_fp, None)
273 asm_fp.write(" .balign %d\n" % handler_size_bytes)
286 asm_fp.write("\n .global %s\n" % start_label)
287 asm_fp.write("%s = " % start_label + label_prefix + "_op_nop\n")
288 asm_fp.write(" .text\n\n")
309 asm_fp.write(label_prefix + "_op_nop: /* dummy */\n");
312 asm_fp.write(" .global %s\n" % end_label)
313 asm_fp.write("%s:\n" % end_label)
318 emitSectionComment("Sister implementations", asm_fp)
319 asm_fp
537 asm_fp = open("%s/mterp_%s.S" % (output_dir, target_arch), "w") variable
614 asm_fp = None variable
[all...]

Completed in 3 milliseconds