Searched refs:asm_fp (Results 1 - 1 of 1) sorted by relevance

/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(" " + (function_type_format % start_label) + "\n");
288 asm_fp.write("%s = " % start_label + label_prefix + "_op_nop\n")
289 asm_fp.write(" .text\n\n")
310 asm_fp.write(label_prefix + "_op_nop: /* dummy */\n");
313 asm_fp.write(" " + (function_size_format % (start_label, start_label)) + "\n")
314 asm_fp.write(" .global %s\n" % end_label)
315 asm_fp
543 asm_fp = open("%s/mterp_%s.S" % (output_dir, target_arch), "w") variable
620 asm_fp = None variable
[all...]

Completed in 32 milliseconds