Home
last modified time | relevance | path

Searched refs:alt_opcode_locations (Results 1 – 1 of 1) sorted by relevance

/art/runtime/interpreter/mterp/
Dgen_mterp.py37 alt_opcode_locations = {} variable
199 if alt_opcode_locations.has_key(tokens[1]):
201 % (tokens[1], alt_opcode_locations[tokens[1]], tokens[2])
202 alt_opcode_locations[tokens[1]] = tokens[2]
360 if alt_opcode_locations.has_key(op):
361 source = "%s/alt_%s.S" % (alt_opcode_locations[op], op)