Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/instructions/
DBaseCodeCursor.java58 protected final void advance(int amount) { in advance() argument
59 cursor += amount; in advance()
/dalvik/vm/arch/arm/
DCallEABI.S195 @ Expand the stack by the specified amount. We want to extract the
/dalvik/vm/compiler/codegen/arm/Thumb2/
DFactory.cpp709 static int encodeShift(int code, int amount) { in encodeShift() argument
710 return ((amount & 0x1f) << 2) | code; in encodeShift()