Home
last modified time | relevance | path

Searched refs:started (Results 26 – 34 of 34) sorted by relevance

12

/art/runtime/arch/
Dstub_test.cc1648 bool started = runtime_->Start(); in TEST_F() local
1649 CHECK(started); in TEST_F()
1660 bool started = runtime_->Start(); in TEST_F() local
1661 CHECK(started); in TEST_F()
1672 bool started = runtime_->Start(); in TEST_F() local
1673 CHECK(started); in TEST_F()
1683 bool started = runtime_->Start(); in TEST_F() local
1684 CHECK(started); in TEST_F()
1694 bool started = runtime_->Start(); in TEST_F() local
1695 CHECK(started); in TEST_F()
/art/runtime/
Dreflection_test.cc132 bool started = runtime_->Start(); in ReflectionTestMakeInterpreted() local
133 CHECK(started); in ReflectionTestMakeInterpreted()
532 bool started = runtime_->Start(); in TEST_F() local
533 CHECK(started); in TEST_F()
Dhidden_api_test.cc50 bool started = runtime_->Start(); in SetUp() local
51 CHECK(started); in SetUp()
/art/dex2oat/driver/
Dcompiler_driver_test.cc58 bool started = runtime_->Start(); in EnsureCompiled() local
59 CHECK(started); in EnsureCompiled()
/art/tools/bisection_search/
DREADME.md30 will fail if pid of the process started by raw-cmd is different than pid of runtime.
/art/runtime/jni/
Djni_internal_test.cc635 bool started = runtime_->Start(); in SetUpForTest() local
636 CHECK(started); in SetUpForTest()
1857 bool started = runtime_->Start(); \
1858 ASSERT_TRUE(started); \
1905 bool started = runtime_->Start(); in TEST_F() local
1906 ASSERT_TRUE(started); in TEST_F()
2277 bool started = runtime_->Start(); in TEST_F() local
2278 ASSERT_TRUE(started); in TEST_F()
Djava_vm_ext.cc1219 bool started = runtime->Start(); in JNI_CreateJavaVM() local
1220 if (!started) { in JNI_CreateJavaVM()
/art/compiler/jni/
Djni_compiler_test.cc302 bool started = runtime_->Start(); in SetUpForTest() local
303 CHECK(started); in SetUpForTest()
1148 bool started = runtime_->Start(); in ExceptionHandlingImpl() local
1149 CHECK(started); in ExceptionHandlingImpl()
/art/openjdkjvmti/
Dti_stack.cc664 bool started = started_field->GetBoolean(peer) != 0; in GetThreadListStackTraces() local
669 stack_info[i].state = started ? kTerminatedState : kStartedState; in GetThreadListStackTraces()

12