HomeSort by relevance Sort by last modified time
    Searched defs:hasResult (Results 1 - 3 of 3) sorted by null

  /dalvik/dx/src/com/android/dx/dex/code/
Dop.java 33 private final boolean hasResult;
45 * @param hasResult whether the opcode has a result register; if so it
50 boolean hasResult, String name) {
70 this.hasResult = hasResult;
113 public boolean hasResult() {
114 return hasResult;
DalvInsn.java 198 * {@code getOpcode().hasResult()}.
202 public final boolean hasResult() {
203 return opcode.hasResult();
216 boolean hasResult = hasResult();
218 int resultRequirement = hasResult ? registers.get(0).getCategory() : 0;
221 for (int i = hasResult ? 1 : 0; i < regSz; i++) {
240 if (hasResult()) {
261 if (hasResult()) {
284 registers.withSequentialRegisters(0, hasResult());
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 21 milliseconds