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

  /dalvik/vm/compiler/template/
gen-template.py 170 sister_list = []
186 loadAndEmitAsm(location, i, sister_list)
195 def loadAndEmitAsm(location, opindex, sister_list):
203 appendSourceFile(source, dict, asm_fp, sister_list)
239 # If "sister_list" is provided, and we find a line that contains only "&",
240 # all subsequent lines from the file will be appended to sister_list instead
245 def appendSourceFile(source, dict, outfp, sister_list):
265 appendSourceFile(alt_source, new_dict, outfp, sister_list)
282 elif line.startswith("%break") and sister_list != None:
286 sister_list.append("\n/* continuation for %(opcode)s */\n"%dict
    [all...]
  /dalvik/vm/mterp/
gen-mterp.py 270 sister_list = []
299 loadAndEmitAsm(location, i, sister_list)
321 asm_fp.writelines(sister_list)
389 def loadAndEmitAsm(location, opindex, sister_list):
398 appendSourceFile(source, dict, asm_fp, sister_list)
432 # If "sister_list" is provided, and we find a line that contains only "&",
433 # all subsequent lines from the file will be appended to sister_list instead
438 def appendSourceFile(source, dict, outfp, sister_list):
458 appendSourceFile(alt_source, new_dict, outfp, sister_list)
475 elif line.startswith("%break") and sister_list != None
    [all...]

Completed in 101 milliseconds