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

  /dalvik/vm/mterp/
gen-mterp.py 32 opcode_locations = {} variable
123 #global opcode_locations
132 if opcode_locations.has_key(tokens[1]):
134 % (tokens[1], opcode_locations[tokens[1]], tokens[2])
135 opcode_locations[tokens[1]] = tokens[2]
191 if opcode_locations.has_key(op):
192 location = opcode_locations[op]
  /dalvik/vm/compiler/template/
gen-template.py 31 opcode_locations = {} variable
121 #global opcode_locations
130 opcode_locations[tokens[1]] = tokens[2]
180 if opcode_locations.has_key(op):
181 location = opcode_locations[op]

Completed in 389 milliseconds