Searched defs:initialized (Results 1 - 3 of 3) sorted by last modified time

/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.cc1565 // Thread::pthread_key_self_ is not yet initialized.
1760 bool initialized = (tlsPtr_.jni_env != nullptr); // Did Thread::Init run? local
1761 if (initialized) {
1788 if (initialized) {
/art/sigchainlib/
H A Dsigchain.cc97 static bool initialized; member in namespace:art
223 // not been initialized and therefore cannot be within the ART
315 if (initialized) {
336 initialized = true;

Completed in 69 milliseconds