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

/dalvik/vm/compiler/template/
H A Dgen-template.py154 opcode_fp = open("%s/%s" % (target_arch, interp_defs_file))
334 target_arch = sys.argv[1] variable
348 config_fp = open("config-%s" % target_arch)
350 print "Unable to open config file 'config-%s'" % target_arch
357 asm_fp = open("%s/CompilerTemplateAsm-%s.S" % (output_dir, target_arch), "w")
374 """ % (target_arch)
/dalvik/vm/mterp/
H A Dgen-mterp.py527 target_arch = sys.argv[1] variable
541 config_fp = open("config-%s" % target_arch)
543 print "Unable to open config file 'config-%s'" % target_arch
550 c_fp = open("%s/InterpC-%s.cpp" % (output_dir, target_arch), "w")
551 asm_fp = open("%s/InterpAsm-%s.S" % (output_dir, target_arch), "w")
568 """ % (target_arch)

Completed in 20 milliseconds