Home | History | Annotate | Download | only in dasm

Lines Matching full:sparse

157     // packed-switch and sparse-switch data
165 * holds sparse-switch, packed-switch and fill-array-data data blocks to be
421 // add packed-switch, sparse-switch, fill-array-data data blocks at the
1393 * used for sparse-switch instruction Format: 31t sparse-switch instruction
1394 * has the syntax: sparse-switch <register> <lowest>
1396 * sparse-switch-end For example: sparse-switch v3 -1 : Label9 10 : Label12
1397 * 15 : Label12 sparse-switch-end
1405 throwDasmError("Bad arguments for sparse-switch (" + reg + ")");
1413 * add new target to sparse-switch
1424 * add new target to sparse-switch
1435 * called by sparse-switch-end or packed-switch-end