Home
last modified time | relevance | path

Searched refs:oss2 (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/accounting/
Dmod_union_table_test.cc260 std::ostringstream oss2; in RunTest() local
261 table->Dump(oss2); in RunTest()
/art/dex2oat/driver/
Dcompiler_driver.cc149 std::ostringstream oss2; in Dump() local
150 oss2 << static_cast<InvokeType>(i) << " methods made direct"; in Dump()
153 oss2.str().c_str()); in Dump()
156 std::ostringstream oss2; in Dump() local
157 oss2 << static_cast<InvokeType>(i) << " method calls are direct into boot"; in Dump()
160 oss2.str().c_str()); in Dump()
163 std::ostringstream oss2; in Dump() local
164 oss2 << static_cast<InvokeType>(i) << " method calls have methods in boot"; in Dump()
167 oss2.str().c_str()); in Dump()