Searched refs:amount (Results 1 - 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
H A DBaseCodeCursor.java54 * Advance the cursor by the indicated amount.
56 protected final void advance(int amount) { argument
57 cursor += amount;
/dalvik/vm/arch/arm/
H A DCallEABI.S195 @ Expand the stack by the specified amount. We want to extract the
/dalvik/vm/compiler/codegen/arm/Thumb2/
H A DFactory.cpp742 static int encodeShift(int code, int amount) { argument
743 return ((amount & 0x1f) << 2) | code;

Completed in 346 milliseconds