Home
last modified time | relevance | path

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

/cts/tools/dasm/src/dasm/
Dparser.cup694 {: dAsm.addRelativeGoto(i.str_val, n.int_val); :}
710 {: dAsm.addRelativeGoto(i.str_val, n1.str_val, n2.int_val); :}
718 {: dAsm.addRelativeGoto(i.str_val, n1.str_val, n2.str_val, n3.int_val); :}
Dparser.java1126 …dAsm.addRelativeGoto((/*i*/(str_token)CUP$stack.elementAt(CUP$top-3)).str_val, (/*n1*/(str_token)C… in CUP$do_action()
1142 …dAsm.addRelativeGoto((/*i*/(str_token)CUP$stack.elementAt(CUP$top-2)).str_val, (/*n1*/(str_token)C… in CUP$do_action()
1174 …dAsm.addRelativeGoto((/*i*/(str_token)CUP$stack.elementAt(CUP$top-1)).str_val, (/*n*/(relative_num… in CUP$do_action()
DDAsm.java585 void addRelativeGoto(String name, int val) throws DasmError { in addRelativeGoto() method in DAsm
854 void addRelativeGoto(String name, String v1, int val) throws DasmError { in addRelativeGoto() method in DAsm
1174 void addRelativeGoto(String name, String v1, String v2, int val) in addRelativeGoto() method in DAsm