HomeSort by relevance Sort by last modified time
    Searched refs:oss2 (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/accounting/
mod_union_table_test.cc 239 std::ostringstream oss2; local
240 table->Dump(oss2);
  /art/compiler/driver/
compiler_driver.cc 140 std::ostringstream oss2; local
141 oss2 << static_cast<InvokeType>(i) << " methods made direct";
144 oss2.str().c_str());
147 std::ostringstream oss2; local
148 oss2 << static_cast<InvokeType>(i) << " method calls are direct into boot";
151 oss2.str().c_str());
154 std::ostringstream oss2; local
155 oss2 << static_cast<InvokeType>(i) << " method calls have methods in boot";
158 oss2.str().c_str());
    [all...]

Completed in 47 milliseconds