Searched refs:vindex (Results 1 – 2 of 2) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
D | LowerGetPut.cpp | 34 int aget_common_nohelper(int flag, u2 vA, u2 vref, u2 vindex) { in aget_common_nohelper() argument 41 requestVRFreeDelay(vindex,VRDELAY_BOUNDCHECK); in aget_common_nohelper() 45 get_virtual_reg(vindex, OpndSize_32, 2, false); //index in aget_common_nohelper() 57 vindex, 2, false, in aget_common_nohelper() 60 cancelVRFreeDelayRequest(vindex,VRDELAY_BOUNDCHECK); in aget_common_nohelper() 96 int aget_common(int flag, u2 vA, u2 vref, u2 vindex) { in aget_common() argument 97 return aget_common_nohelper(flag, vA, vref, vindex); in aget_common() 109 u2 vindex = FETCH(1) >> 8; in op_aget() local 110 int retval = aget_common(AGET, vA, vref, vindex); in op_aget() 120 u2 vindex = FETCH(1) >> 8; in op_aget_wide() local [all …]
|
D | BytecodeVisitor.cpp | 1217 u2 vA = 0, vB = 0, vref, vindex; in getVirtualRegInfo() local 1787 vindex = FETCH(1) >> 8; in getVirtualRegInfo() 1803 infoArray[1].regNum = vindex; //use in getVirtualRegInfo() 1818 vindex = FETCH(1) >> 8; in getVirtualRegInfo() 1835 infoArray[2].regNum = vindex; //use in getVirtualRegInfo()
|