Lines Matching refs:wide
354 bool wide = false; in IsBadMonitorExitCatch() local
357 wide = true; in IsBadMonitorExitCatch()
365 wide = true; in IsBadMonitorExitCatch()
373 wide = true; in IsBadMonitorExitCatch()
390 if (dest == monitor_reg || (wide && dest + 1 == monitor_reg)) { in IsBadMonitorExitCatch()
1302 if (!show_singles && (reg_location_ != NULL) && reg_location_[i].wide) { in GetDalvikDisassembly()
1370 if (!singles_only && reg_location_[ssa_reg].wide) { in GetSSANameWithConst()
1977 bool MIR::DecodedInstruction::GetConstant(int64_t* ptr_value, bool* wide) const { in GetConstant()
1982 DCHECK(wide != nullptr); in GetConstant()
1988 *wide = false; in GetConstant()
1993 *wide = false; in GetConstant()
1999 *wide = true; in GetConstant()
2004 *wide = true; in GetConstant()
2008 *wide = true; in GetConstant()