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

  /dalvik/vm/compiler/template/
gen-template.py 260 new_dict = dict.copy()
262 new_dict.update(eval(tokens[2]))
263 #print " including src=%s dict=%s" % (alt_source, new_dict)
264 appendSourceFile(alt_source, new_dict, outfp, sister_list)
  /dalvik/vm/mterp/
gen-mterp.py 312 new_dict = dict.copy()
314 new_dict.update(eval(tokens[2]))
315 #print " including src=%s dict=%s" % (alt_source, new_dict)
316 appendSourceFile(alt_source, new_dict, outfp, sister_list)
  /external/v8/src/
objects.cc     [all...]

Completed in 53 milliseconds