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.cc1069 // Thread::pthread_key_self_ is not yet initialized.
1216 bool initialized = (tlsPtr_.jni_env != nullptr); // Did Thread::Init run? local
1217 if (initialized) {
1237 if (initialized) {
/art/sigchainlib/
H A Dsigchain.cc78 static bool initialized; member in namespace:art
181 // not been initialized and therefore cannot be within the ART
234 if (initialized) {
255 initialized = true;

Completed in 56 milliseconds