Home
last modified time | relevance | path

Searched defs:vindex (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
DLowerGetPut.cpp34 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()
109 u2 vindex = FETCH(1) >> 8; in op_aget() local
120 u2 vindex = FETCH(1) >> 8; in op_aget_wide() local
137 u2 vindex = FETCH(1) >> 8; in op_aget_boolean() local
148 u2 vindex = FETCH(1) >> 8; in op_aget_byte() local
159 u2 vindex = FETCH(1) >> 8; in op_aget_char() local
170 u2 vindex = FETCH(1) >> 8; 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 …]
DBytecodeVisitor.cpp1217 u2 vA = 0, vB = 0, vref, vindex; in getVirtualRegInfo() local