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(h_class, true, true); local
121 CHECK(initialized);
H A Dthread.cc1031 // Thread::pthread_key_self_ is not yet initialized.
1179 bool initialized = (tlsPtr_.jni_env != nullptr); // Did Thread::Init run? local
1180 if (initialized) {
1200 if (initialized) {
/art/sigchainlib/
H A Dsigchain.cc78 static bool initialized; member in namespace:art
182 // not been initialized and therefore cannot be within the ART
236 if (initialized) {
257 initialized = true;

Completed in 60 milliseconds