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

/art/runtime/interpreter/mterp/
H A Dgen_mterp.py514 target_arch = sys.argv[1] variable
528 config_fp = open("config_%s" % target_arch)
530 print "Unable to open config file 'config_%s'" % target_arch
537 asm_fp = open("%s/mterp_%s.S" % (output_dir, target_arch), "w")
554 """ % (target_arch)

Completed in 26 milliseconds