Searched refs:started (Results 1 - 7 of 7) sorted by relevance

/art/compiler/driver/
H A Dcompiler_driver_test.cc55 bool started = runtime_->Start(); local
56 CHECK(started);
/art/runtime/
H A Dexception_test.cc161 bool started = runtime_->Start(); local
162 CHECK(started);
H A Dreflection_test.cc126 bool started = runtime_->Start(); local
127 CHECK(started);
511 bool started = runtime_->Start(); local
512 CHECK(started);
H A Djni_internal_test.cc1303 bool started = runtime_->Start(); local
1304 ASSERT_TRUE(started);
1602 bool started = runtime_->Start(); local
1603 ASSERT_TRUE(started);
H A Djni_internal.cc3030 bool started = runtime->Start(); local
3031 if (!started) {
/art/runtime/arch/
H A Dstub_test.cc1629 bool started = runtime_->Start(); local
1630 CHECK(started);
1642 bool started = runtime_->Start(); local
1643 CHECK(started);
1655 bool started = runtime_->Start(); local
1656 CHECK(started);
/art/compiler/jni/
H A Djni_compiler_test.cc93 // Initialize class loader and compile method when runtime not started.
102 bool started = runtime_->Start(); local
103 CHECK(started);
751 bool started = runtime_->Start(); local
752 CHECK(started);

Completed in 570 milliseconds