Home
last modified time | relevance | path

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

/cts/tools/dasm/src/dasm/
DDAsm.java183 void throwDasmError(String msg) throws DasmError { in throwDasmError() method in DAsm
535 throwDasmError("Missing arguments for instruction " + name); in addOpcode()
554 throwDasmError("Bad arguments for instruction " + name + "(" in addOpcode()
576 throwDasmError("Bad arguments for instruction " + name + "(" + val in addOpcode()
592 throwDasmError("Bad arguments for instruction " + name + "(" in addRelativeGoto()
609 throwDasmError("Bad arguments for instruction " + name + "(" + val in addRelativeGoto()
632 throwDasmError("Bad arguments for instruction " + name + "(" in addOpcode()
639 throwDasmError("Bad arguments for instruction " + name + "(" in addOpcode()
656 throwDasmError("Bad arguments for instruction " + name + "(" in addOpcode()
679 throwDasmError("Bad arguments for instruction " + name + "(" in addOpcode()
[all …]