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

/dalvik/vm/mterp/
H A Dgen-mterp.py105 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
551 asm_fp = open("%s/InterpAsm-%s.S" % (output_dir, target_arch), "w") variable
[all...]
/dalvik/vm/compiler/template/
H A Dgen-template.py81 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 variable
[all...]

Completed in 44 milliseconds