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.cc258 std::ostringstream oss2; in RunTest() local
259 table->Dump(oss2); in RunTest()
/art/compiler/driver/
Dcompiler_driver.cc141 std::ostringstream oss2; in Dump() local
142 oss2 << static_cast<InvokeType>(i) << " methods made direct"; in Dump()
145 oss2.str().c_str()); in Dump()
148 std::ostringstream oss2; in Dump() local
149 oss2 << static_cast<InvokeType>(i) << " method calls are direct into boot"; in Dump()
152 oss2.str().c_str()); in Dump()
155 std::ostringstream oss2; in Dump() local
156 oss2 << static_cast<InvokeType>(i) << " method calls have methods in boot"; in Dump()
159 oss2.str().c_str()); in Dump()