Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/ssa/
DSCCP.java273 int vA = ((CstInteger) cA).getValue(); in simulateBranch() local
276 constantSuccessor = (vA == 0); in simulateBranch()
279 constantSuccessor = (vA != 0); in simulateBranch()
282 constantSuccessor = (vA < 0); in simulateBranch()
285 constantSuccessor = (vA >= 0); in simulateBranch()
288 constantSuccessor = (vA <= 0); in simulateBranch()
291 constantSuccessor = (vA > 0); in simulateBranch()
304 int vA = ((CstInteger) cA).getValue(); in simulateBranch() local
308 constantSuccessor = (vA == vB); in simulateBranch()
311 constantSuccessor = (vA != vB); in simulateBranch()
[all …]
/dalvik/libdex/
DInstrUtils.cpp502 pDec->vA = INST_AA(inst); in dexDecodeInstruction()
505 pDec->vA = INST_A(inst); in dexDecodeInstruction()
509 pDec->vA = INST_A(inst); in dexDecodeInstruction()
513 pDec->vA = INST_AA(inst); in dexDecodeInstruction()
516 pDec->vA = (s1) INST_AA(inst); // sign-extend 8-bit value in dexDecodeInstruction()
519 pDec->vA = (s2) FETCH(1); // sign-extend 16-bit value in dexDecodeInstruction()
524 pDec->vA = INST_AA(inst); in dexDecodeInstruction()
529 pDec->vA = INST_AA(inst); in dexDecodeInstruction()
533 pDec->vA = INST_AA(inst); in dexDecodeInstruction()
542 pDec->vA = INST_AA(inst); in dexDecodeInstruction()
[all …]
DInstrUtils.h136 u4 vA; member