Home
last modified time | relevance | path

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

/dalvik/vm/compiler/codegen/x86/
DLowerObject.cpp35 int check_cast_nohelper(u2 vA, u4 tmp, bool instance, u2 vDest) { in check_cast_nohelper() argument
162 set_virtual_reg(vDest, OpndSize_32, 3, false); in check_cast_nohelper()
169 int common_check_cast_instance_of(u2 vA, u4 tmp, bool instance, u2 vDest) { in common_check_cast_instance_of() argument
170 return check_cast_nohelper(vA, tmp, instance, vDest); in common_check_cast_instance_of()