Lines Matching refs:INFO
106 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F()
111 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(1), "obj"); in TEST_F()
112 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(4), "obj"); in TEST_F()
113 LOG(INFO) << v->DumpObjectInfo(nullptr, "obj"); in TEST_F()
124 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F()
133 LOG(INFO) << v->DumpObjectInfo(string.Get(), "test"); in TEST_F()
134 LOG(INFO) << v->DumpObjectInfo(string->GetClass(), "obj"); in TEST_F()
136 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(uint_klass - kObjectAlignment), in TEST_F()
138 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(&uint_klass), "obj"); in TEST_F()
139 LOG(INFO) << v->DumpObjectInfo(arr.Get(), "arr"); in TEST_F()
150 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F()
170 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F()
184 LOG(INFO) << path; in TEST_F()