Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1000 bool init_success = self->Init(runtime->GetThreadList(), runtime->GetJavaVM()); in Attach() local
1002 if (!init_success) { in Attach()