Home
last modified time | relevance | path

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

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