Lines Matching refs:asm_fp
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")
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
365 print "Generating %s" % (asm_fp.name)
375 asm_fp.write(file_header)
411 asm_fp.close()
412 c_fp = asm_fp = None
419 if asm_fp:
420 asm_fp.close()