Home
last modified time | relevance | path

Searched refs:vC (Results 1 – 2 of 2) sorted by relevance

/dalvik/libdex/
DInstrUtils.cpp544 pDec->vC = FETCH(1) >> 8; in dexDecodeInstruction()
549 pDec->vC = (s1) (FETCH(1) >> 8); // sign-extend 8-bit value in dexDecodeInstruction()
555 pDec->vC = (s2) FETCH(1); // sign-extend 16-bit value in dexDecodeInstruction()
561 pDec->vC = FETCH(1); in dexDecodeInstruction()
626 case 1: pDec->vC = pDec->arg[0] = regList & 0x0f; break; in dexDecodeInstruction()
639 pDec->vC = FETCH(2); in dexDecodeInstruction()
651 pDec->vC = fedc & 0xf; in dexDecodeInstruction()
664 pDec->vC = FETCH(2); in dexDecodeInstruction()
DInstrUtils.h139 u4 vC; member