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

/art/runtime/
H A Dreflection_test.cc119 // Ensure class is initialized before allocating object
123 bool initialized = class_linker_->EnsureInitialized(self, h_class, true, true); local
124 CHECK(initialized);
H A Dclass_linker_test.cc1031 bool initialized = class_linker_->EnsureInitialized(soa.Self(), local
1035 EXPECT_FALSE(initialized);
1151 // Static final primitives that are initialized by a compile-time constant
1295 // case 2, get the initialized storage from StaticsFromCode.getS0
1435 EXPECT_TRUE(JavaLangObject->IsInitialized()) << "Not testing already initialized class from the "
H A Dthread.cc2028 // Thread::pthread_key_self_ is not yet initialized.
2249 bool initialized = (tlsPtr_.jni_env != nullptr); // Did Thread::Init run? local
2250 if (initialized) {
2277 if (initialized) {
2885 // Make sure the AnnotatedStackTraceElement.class is initialized, b/76208924 .

Completed in 64 milliseconds