Home
last modified time | relevance | path

Searched defs:piece (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dstringpiece.cc96 std::ostream& operator<<(std::ostream& o, const StringPiece& piece) { in operator <<()
/art/compiler/debug/
Delf_debug_loc_writer.h215 for (int piece = 0; piece < (is64bitValue ? 2 : 1); piece++) { in WriteDebugLocEntry() local