Home
last modified time | relevance | path

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

/cts/tools/dasm/src/java_cup/
Dproduction.java293 Hashtable label_map, /* map from labels to positions in the RHS */ in label_translate() argument
301 label_pos = (Integer)label_map.get(id_str); in label_translate()
354 Hashtable label_map, /* map from labels to RHS positions */ in action_translate() argument
393 label_translate(id_str, act_pos, label_map,label_types)); in action_translate()
443 Hashtable label_map = new Hashtable(11); in translate_labels() local
459 label_map.put(part.label(), new Integer(pos)); in translate_labels()
466 label_map.put("RESULT", new Integer(-1)); in translate_labels()
477 act_part.code_string(), pos, label_map, label_types)); in translate_labels() local
482 return action_translate(final_action, rhs_len, label_map, label_types); in translate_labels()