Searched defs:initialized (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dreflection_test.cc117 // Ensure class is initialized before allocating object
120 bool initialized = class_linker_->EnsureInitialized(self, h_class, true, true); local
121 CHECK(initialized);
H A Dthread.cc1235 // Thread::pthread_key_self_ is not yet initialized.
1417 bool initialized = (tlsPtr_.jni_env != nullptr); // Did Thread::Init run? local
1418 if (initialized) {
1440 if (initialized) {
/art/sigchainlib/
H A Dsigchain.cc97 static bool initialized; member in namespace:art
215 // not been initialized and therefore cannot be within the ART
307 if (initialized) {
328 initialized = true;

Completed in 303 milliseconds