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

/art/compiler/driver/
H A Dcompiler_driver_test.cc52 bool started = runtime_->Start(); local
53 CHECK(started);
/art/runtime/
H A Dexception_test.cc143 bool started = runtime_->Start(); local
144 CHECK(started);
H A Djni_internal_test.cc111 bool started = runtime_->Start(); local
112 CHECK(started);
965 // invoke because the runtime isn't started. In the future it would
1390 bool started = runtime_->Start(); local
1391 CHECK(started);
1654 bool started = runtime_->Start(); local
1655 CHECK(started);
H A Djni_internal.cc2901 bool started = runtime->Start(); local
2902 if (!started) {
/art/compiler/jni/
H A Djni_compiler_test.cc70 // Initialize class loader and compile method when runtime not started.
79 bool started = runtime_->Start(); local
80 CHECK(started);
537 bool started = runtime_->Start(); local
538 CHECK(started);

Completed in 237 milliseconds