Searched defs:vref (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() 96 int aget_common(int flag, u2 vA, u2 vref, u2 vindex) { in aget_common() 108 u2 vref = FETCH(1) & 0xff; in op_aget() local 119 u2 vref = FETCH(1) & 0xff; in op_aget_wide() local 136 u2 vref = FETCH(1) & 0xff; in op_aget_boolean() local 147 u2 vref = FETCH(1) & 0xff; in op_aget_byte() local 158 u2 vref = FETCH(1) & 0xff; in op_aget_char() local 169 u2 vref = FETCH(1) & 0xff; in op_aget_short() local 183 int aput_common_nohelper(int flag, u2 vA, u2 vref, u2 vindex) { in aput_common_nohelper() 237 int aput_common(int flag, u2 vA, u2 vref, u2 vindex) { in aput_common() [all …]
|
D | BytecodeVisitor.cpp | 1217 u2 vA = 0, vB = 0, vref, vindex; in getVirtualRegInfo() local
|