Home
last modified time | relevance | path

Searched refs:started (Results 1 – 12 of 12) sorted by relevance

/art/runtime/
Dexperimental_flags.h66 bool started = false; variable
68 stream << (started ? "|" : "") << "kLambdas";
69 started = true;
71 if (!started) {
Dreflection_test.cc126 bool started = runtime_->Start(); in ReflectionTestMakeExecutable() local
127 CHECK(started); in ReflectionTestMakeExecutable()
524 bool started = runtime_->Start(); in TEST_F() local
525 CHECK(started); in TEST_F()
Djni_internal_test.cc632 bool started = runtime_->Start(); in SetUpForTest() local
633 CHECK(started); in SetUpForTest()
1749 bool started = runtime_->Start(); in TEST_F() local
1750 ASSERT_TRUE(started); in TEST_F()
2101 bool started = runtime_->Start(); in TEST_F() local
2102 ASSERT_TRUE(started); in TEST_F()
Djava_vm_ext.cc961 bool started = runtime->Start(); in JNI_CreateJavaVM() local
962 if (!started) { in JNI_CreateJavaVM()
/art/test/425-invoke-super/
Dexpected.txt1 Test started
/art/test/472-unreachable-if-regression/
Dexpected.txt1 Test started.
/art/test/030-bad-finalizer/
Dexpected.txt2 Finalizer started and spinning...
/art/test/099-vmdebug/
Dexpected.txt8 Test starting when already started
/art/compiler/
Dexception_test.cc163 bool started = runtime_->Start(); in TEST_F() local
164 CHECK(started); in TEST_F()
/art/compiler/driver/
Dcompiler_driver_test.cc56 bool started = runtime_->Start(); in EnsureCompiled() local
57 CHECK(started); in EnsureCompiled()
/art/runtime/arch/
Dstub_test.cc1885 bool started = runtime_->Start(); in TEST_F() local
1886 CHECK(started); in TEST_F()
1897 bool started = runtime_->Start(); in TEST_F() local
1898 CHECK(started); in TEST_F()
1909 bool started = runtime_->Start(); in TEST_F() local
1910 CHECK(started); in TEST_F()
1920 bool started = runtime_->Start(); in TEST_F() local
1921 CHECK(started); in TEST_F()
1931 bool started = runtime_->Start(); in TEST_F() local
1932 CHECK(started); in TEST_F()
/art/compiler/jni/
Djni_compiler_test.cc102 bool started = runtime_->Start(); in SetUpForTest() local
103 CHECK(started); in SetUpForTest()
730 bool started = runtime_->Start(); in ExceptionHandlingImpl() local
731 CHECK(started); in ExceptionHandlingImpl()