Searched refs:returns (Results 1 - 9 of 9) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
H A DRopperMachine.java86 private boolean returns; field in class:RopperMachine
145 this.returns = false;
192 returns = false;
214 * @return whether the block returns
216 public boolean returns() { method in class:RopperMachine
217 return returns;
593 returns = true;
H A DRopper.java453 * index if found, or returns {@code -1} if there is no such block.
779 if ((succSz == 0) && machine.returns()) {
1108 * The method being converted never returns normally, so there's
1485 "ret instruction returns to label "
/dalvik/vm/mterp/x86/
H A DOP_IGET.S34 testl %eax,%eax # returns InstrField ptr
H A DOP_IGET_WIDE.S32 testl %eax,%eax # returns InstrField ptr
H A DOP_IPUT.S35 testl %eax,%eax # returns InstrField ptr
H A DOP_IPUT_OBJECT.S34 testl %eax,%eax # returns InstrField ptr
H A DOP_IPUT_WIDE.S32 testl %eax,%eax # ... which returns InstrField ptr
/dalvik/docs/
H A Dprettify.js93 /** Splits input on space and returns an Object mapping each non-empty part to
372 /** returns a function that expand tabs to spaces. This function can be fed
512 /** Given triples of [style, pattern, context] returns a lexing function,
514 * returns a decoration list of the form
541 * function that takes source code and returns a list of decorations.
682 /** returns a function that produces a list of decorations from source text.
695 * decorator that takes sourceCode as plain text and that returns a
906 /** returns a decoration list given a string of markup.
/dalvik/vm/mterp/out/
H A DInterpAsm-x86.S2657 testl %eax,%eax # returns InstrField ptr
2707 testl %eax,%eax # returns InstrField ptr
2762 testl %eax,%eax # returns InstrField ptr
2815 testl %eax,%eax # returns InstrField ptr
2868 testl %eax,%eax # returns InstrField ptr
2921 testl %eax,%eax # returns InstrField ptr
2974 testl %eax,%eax # returns InstrField ptr
3027 testl %eax,%eax # returns InstrField ptr
3077 testl %eax,%eax # ... which returns InstrField ptr
3132 testl %eax,%eax # returns InstrFiel
[all...]

Completed in 185 milliseconds