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 169 sister_list = []
185 loadAndEmitAsm(location, i, sister_list)
194 def loadAndEmitAsm(location, opindex, sister_list):
202 appendSourceFile(source, dict, asm_fp, sister_list)
238 # If "sister_list" is provided, and we find a line that contains only "&",
239 # all subsequent lines from the file will be appended to sister_list instead
244 def appendSourceFile(source, dict, outfp, sister_list):
264 appendSourceFile(alt_source, new_dict, outfp, sister_list)
281 elif line.startswith("%break") and sister_list != None:
285 sister_list.append("\n/* continuation for %(opcode)s */\n"%dict
    [all...]
  /dalvik/vm/mterp/
gen-mterp.py 178 sister_list = []
201 loadAndEmitAsm(location, i, sister_list)
222 asm_fp.writelines(sister_list)
247 def loadAndEmitAsm(location, opindex, sister_list):
256 appendSourceFile(source, dict, asm_fp, sister_list)
290 # If "sister_list" is provided, and we find a line that contains only "&",
291 # all subsequent lines from the file will be appended to sister_list instead
296 def appendSourceFile(source, dict, outfp, sister_list):
316 appendSourceFile(alt_source, new_dict, outfp, sister_list)
333 elif line.startswith("%break") and sister_list != None
    [all...]

Completed in 33 milliseconds