Lines Matching refs:get

102       printf("The process did not get to a stopping point in 1 second.\n");
147 ASSERT_TRUE(backtrace.get() != NULL);
150 VerifyLevelDump(backtrace.get());
167 ASSERT_TRUE(backtrace.get() != NULL);
170 VerifyMaxDump(backtrace.get());
184 ASSERT_TRUE(backtrace.get() != NULL);
187 VerifyFunc(backtrace.get());
231 ASSERT_TRUE(all.get() != NULL);
236 ASSERT_TRUE(ign1.get() != NULL);
241 ASSERT_TRUE(ign2.get() != NULL);
244 VerifyIgnoreFrames(all.get(), ign1.get(), ign2.get(), "VerifyLevelIgnoreFrames");
269 // Wait for the process to get to a stopping point.
276 UniquePtr<Backtrace> backtrace(Backtrace::Create(pid, tid, map.get()));
278 ASSERT_TRUE(backtrace.get() != NULL);
279 if (ReadyFunc(backtrace.get())) {
280 VerifyFunc(backtrace.get());
333 ASSERT_TRUE(ign1.get() != NULL);
337 ASSERT_TRUE(ign2.get() != NULL);
340 VerifyIgnoreFrames(bt_all, ign1.get(), ign2.get(), NULL);
424 ASSERT_TRUE(backtrace.get() != NULL);
427 VerifyLevelDump(backtrace.get());
436 ASSERT_TRUE(backtrace.get() != NULL);
439 VerifyMaxDump(backtrace.get());
477 ASSERT_TRUE(backtrace.get() != NULL);
480 VerifyLevelDump(backtrace.get());
512 ASSERT_TRUE(all.get() != NULL);
516 ASSERT_TRUE(ign1.get() != NULL);
520 ASSERT_TRUE(ign2.get() != NULL);
523 VerifyIgnoreFrames(all.get(), ign1.get(), ign2.get(), NULL);
550 ASSERT_TRUE(backtrace.get() != NULL);
553 VerifyMaxDump(backtrace.get());
693 ASSERT_TRUE(backtrace.get() != NULL);
807 // Wait for the process to get to a stopping point.
825 // Do a few runs to get the PSS stable.
879 // Wait for the process to get to a stopping point.