Searched refs:piece (Results 1 – 3 of 3) sorted by relevance
216 for (int piece = 0; piece < (is64bitValue ? 2 : 1); piece++) { in WriteDebugLocEntry() local217 DexRegisterLocation reg_loc = (piece == 0 ? reg_lo : reg_hi); in WriteDebugLocEntry()223 if (piece == 0 && reg_hi.GetKind() == Kind::kInStack && in WriteDebugLocEntry()229 if (piece == 0 && reg_hi.GetKind() == Kind::kInRegisterHigh && in WriteDebugLocEntry()235 piece == 0 && reg_hi.GetKind() == Kind::kInFpuRegister && in WriteDebugLocEntry()242 if (piece == 0 && reg_hi.GetKind() == Kind::kInFpuRegisterHigh && in WriteDebugLocEntry()
282 inline std::ostream& operator<<(std::ostream& o, const StringPiece& piece) {283 o.write(piece.data(), piece.size());
158 If you need to debug the initial piece of an opcode handler, and your