Home | History | Annotate | Download | only in cctest

Lines Matching refs:CHECK

116   // Check that profiling can be resumed again.
131 CHECK(exists);
213 CHECK(i::Isolate::Current() != NULL);
219 CHECK(!context.IsEmpty());
241 CHECK(i::Isolate::Current() != NULL);
289 CHECK(sampler->IsActive());
297 CHECK(!sampler->WasSampleStackCalled());
300 CHECK(sampler->WaitForTick());
301 CHECK(sampler->WasSampleStackCalled());
303 CHECK(!sampler->WasSampleStackCalled());
306 CHECK(!sampler->WaitForTick());
307 CHECK(!sampler->WasSampleStackCalled());
352 CHECK(!evil_script.IsEmpty());
353 CHECK(!evil_script->Run().IsEmpty());
391 CHECK(exists);
434 CHECK(exists);
464 CHECK(LOGGER->is_logging());
466 CHECK(LOGGER->is_logging());
468 CHECK(LOGGER->is_logging());
485 CHECK(!i::V8::IsRunning());
507 CHECK(exists);
519 CHECK(false);
525 CHECK(false);
534 // Make sure that our output is written prior crash due to CHECK failure.
536 CHECK(false);