Home
last modified time | relevance | path

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

/dalvik/vm/compiler/codegen/x86/
DLowerObject.cpp516 u2 vv = FETCH(2); in op_filled_new_array() local
517 u2 v1 = vv & 0xf; in op_filled_new_array()
518 u2 v2 = (vv >> 4) & 0xf; in op_filled_new_array()
519 u2 v3 = (vv >> 8) & 0xf; in op_filled_new_array()
520 u2 v4 = (vv >> 12) & 0xf; in op_filled_new_array()
DBytecodeVisitor.cpp1560 u2 vv = FETCH(2); in getVirtualRegInfo() local
1561 v1 = vv & 0xf; in getVirtualRegInfo()
1562 v2 = (vv >> 4) & 0xf; in getVirtualRegInfo()
1563 u2 v3 = (vv >> 8) & 0xf; in getVirtualRegInfo()
1564 u2 v4 = (vv >> 12) & 0xf; in getVirtualRegInfo()