Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_loc_writer.h213 for (int piece = 0; piece < (is64bitValue ? 2 : 1); piece++) { in WriteDebugLocEntry() local
214 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()
/art/runtime/base/
Dstringpiece.cc96 std::ostream& operator<<(std::ostream& o, const StringPiece& piece) { in operator <<() argument
97 o.write(piece.data(), piece.size()); in operator <<()
Dstringpiece.h232 extern std::ostream& operator<<(std::ostream& o, const StringPiece& piece);
/art/runtime/interpreter/mterp/
DREADME.txt158 If you need to debug the initial piece of an opcode handler, and your