Lines Matching refs:INFO
104 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F()
109 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(1), "obj"); in TEST_F()
110 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(4), "obj"); in TEST_F()
111 LOG(INFO) << v->DumpObjectInfo(nullptr, "obj"); in TEST_F()
122 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F()
131 LOG(INFO) << v->DumpObjectInfo(string.Get(), "test"); in TEST_F()
132 LOG(INFO) << v->DumpObjectInfo(string->GetClass(), "obj"); in TEST_F()
134 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(uint_klass - kObjectAlignment), in TEST_F()
136 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(&uint_klass), "obj"); in TEST_F()
137 LOG(INFO) << v->DumpObjectInfo(arr.Get(), "arr"); in TEST_F()
148 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F()
168 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F()
182 LOG(INFO) << path; in TEST_F()