HomeSort by relevance Sort by last modified time
    Searched refs:target_arch (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/compiler/template/
gen-template.py 153 opcode_fp = open("%s/%s" % (target_arch, interp_defs_file))
333 target_arch = sys.argv[1] variable
347 config_fp = open("config-%s" % target_arch)
349 print "Unable to open config file 'config-%s'" % target_arch
356 asm_fp = open("%s/CompilerTemplateAsm-%s.S" % (output_dir, target_arch), "w")
373 """ % (target_arch)
  /dalvik/vm/mterp/
gen-mterp.py 385 target_arch = sys.argv[1] variable
399 config_fp = open("config-%s" % target_arch)
401 print "Unable to open config file 'config-%s'" % target_arch
408 c_fp = open("%s/InterpC-%s.c" % (output_dir, target_arch), "w")
409 asm_fp = open("%s/InterpAsm-%s.S" % (output_dir, target_arch), "w")
426 """ % (target_arch)

Completed in 642 milliseconds