Searched refs:piece (Results 1 – 4 of 4) sorted by relevance
213 for (int piece = 0; piece < (is64bitValue ? 2 : 1); piece++) { in WriteDebugLocEntry() local214 DexRegisterLocation reg_loc = (piece == 0 ? reg_lo : reg_hi); in WriteDebugLocEntry()220 if (piece == 0 && reg_hi.GetKind() == Kind::kInStack && in WriteDebugLocEntry()226 if (piece == 0 && reg_hi.GetKind() == Kind::kInRegisterHigh && in WriteDebugLocEntry()232 piece == 0 && reg_hi.GetKind() == Kind::kInFpuRegister && in WriteDebugLocEntry()239 if (piece == 0 && reg_hi.GetKind() == Kind::kInFpuRegisterHigh && in WriteDebugLocEntry()
96 std::ostream& operator<<(std::ostream& o, const StringPiece& piece) { in operator <<() argument97 o.write(piece.data(), piece.size()); in operator <<()
232 extern std::ostream& operator<<(std::ostream& o, const StringPiece& piece);
158 If you need to debug the initial piece of an opcode handler, and your