Home
last modified time | relevance | path

Searched refs:EnsureInitialized (Results 1 – 25 of 28) sorted by relevance

12

/art/runtime/
Dtransaction_test.cc47 class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true); in testTransactionAbort()
53 class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true); in testTransactionAbort()
74 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true); in testTransactionAbort()
180 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true); in TEST_F()
278 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true); in TEST_F()
380 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true); in TEST_F()
516 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true); in TEST_F()
552 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true); in TEST_F()
576 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true); in TEST_F()
Dreference_table_test.cc53 CHECK(class_linker->EnsureInitialized(self, h_ref_class, true, true)); in CreateWeakReference()
Druntime_callbacks_test.cc309 ASSERT_TRUE(class_linker_->EnsureInitialized(Thread::Current(), h_Y, true, true)); in TEST_F()
Dclass_linker_test.cc1001 bool initialized = class_linker_->EnsureInitialized(soa.Self(), in TEST_F()
1119 class_linker_->EnsureInitialized(soa.Self(), statics, true, true); in TEST_F()
1405 class_linker_->EnsureInitialized(soa.Self(), security_manager, true, true); in TEST_F()
1420 class_linker_->EnsureInitialized(soa.Self(), statics, true, true); in TEST_F()
1490 class_linker_->EnsureInitialized(soa.Self(), method_types, true, true); in TEST_F()
Druntime.cc614 CHECK(cl->EnsureInitialized(soa.Self(), class_loader_class, true, true)); in CreateSystemClassLoader()
632 CHECK(cl->EnsureInitialized(soa.Self(), thread_class, true, true)); in CreateSystemClassLoader()
691 class_linker_->EnsureInitialized(soa.Self(), class_class, true, true); in Start()
693 class_linker_->EnsureInitialized(soa.Self(), field_class, true, true); in Start()
Djni_internal.cc122 static ObjPtr<mirror::Class> EnsureInitialized(Thread* self, ObjPtr<mirror::Class> klass) in EnsureInitialized() function
129 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(self, h_klass, true, true)) { in EnsureInitialized()
138 ObjPtr<mirror::Class> c = EnsureInitialized(soa.Self(), soa.Decode<mirror::Class>(jni_class)); in FindMethodID()
198 hs.NewHandle(EnsureInitialized(soa.Self(), soa.Decode<mirror::Class>(jni_class)))); in FindFieldID()
601 ObjPtr<mirror::Class> c = EnsureInitialized(soa.Self(), soa.Decode<mirror::Class>(java_class)); in AllocObject()
627 ObjPtr<mirror::Class> c = EnsureInitialized(soa.Self(), in NewObjectV()
654 ObjPtr<mirror::Class> c = EnsureInitialized(soa.Self(), in NewObjectA()
Dreflection_test.cc122 bool initialized = class_linker_->EnsureInitialized(self, h_class, true, true); in ReflectionTestMakeExecutable()
Dreflection.cc602 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(soa.Self(), h_class, true, true)) { in InvokeMethod()
Dmethod_handles.cc631 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(self, h, true, true)) { in GetAndInitializeDeclaringClass()
Doat_file_assistant_test.cc1224 linker->EnsureInitialized(soa.Self(), dexfile, true, true); in TEST_F()
Dclass_linker.h375 bool EnsureInitialized(Thread* self,
Ddex_file_annotations.cc560 Runtime::Current()->GetClassLinker()->EnsureInitialized(self, field_class, true, true); in ProcessAnnotationValue()
/art/runtime/native/
Djava_lang_reflect_Constructor.cc94 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(soa.Self(), c, true, true)) { in Constructor_newInstance0()
Djava_lang_Class.cc100 class_linker->EnsureInitialized(soa.Self(), c, true, true); in Class_classForName()
737 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized( in Class_newInstance()
Djava_lang_reflect_Field.cc133 if (UNLIKELY(!class_linker->EnsureInitialized(soa.Self(), h_klass, true, true))) { in CheckReceiver()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc966 ASSERT_TRUE(class_linker->EnsureInitialized(self, floating_decimal, true, true)); in TEST_F()
1020 ASSERT_TRUE(class_linker->EnsureInitialized(self, double_class, true, true)); in TEST_F()
1056 ASSERT_TRUE(class_linker->EnsureInitialized(self, thread_class, true, true)); in TEST_F()
1086 ASSERT_TRUE(class_linker->EnsureInitialized(self, log_manager_class, true, true)); in TEST_F()
1101 CHECK(class_linker->EnsureInitialized(self, h_class, true, true)); in RunTest()
1176 CHECK(class_linker->EnsureInitialized(self, boot_cp_class, true, true)); in GetBootClassLoader()
1294 ASSERT_TRUE(class_linker->EnsureInitialized(self, list_class, true, true)); in TEST_F()
1329 ASSERT_TRUE(class_linker->EnsureInitialized(self, throw_class, true, true)); in TEST_F()
Dinterpreter.cc432 if (UNLIKELY(!class_linker->EnsureInitialized(self, h_class, true, true))) { in EnterInterpreterFromInvoke()
609 if (UNLIKELY(!Runtime::Current()->GetClassLinker()->EnsureInitialized( in ArtInterpreterToInterpreterBridge()
Dunstarted_runtime.cc143 if (!class_linker->EnsureInitialized(self, h_class, true, true)) { in UnstartedRuntimeFindClass()
267 if (cl->EnsureInitialized(self, h_klass, true, true)) { in UnstartedClassNewInstance()
582 if (!runtime->GetClassLinker()->EnsureInitialized(self, h_class, true, true)) { in GetResourceAsStream()
661 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(self, c, true, true)) { in UnstartedConstructorNewInstance0()
907 if (!class_linker->EnsureInitialized(self, h_props_class, true, true)) { in GetSystemProperty()
Dinterpreter_common.h308 if (UNLIKELY(!class_linker->EnsureInitialized(self, h_class, true, true))) { in ResolveString()
Dinterpreter_common.cc473 if (UNLIKELY(!Runtime::Current()->GetClassLinker()->EnsureInitialized(self, h_class, true, in ArtInterpreterToCompiledCodeBridge()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h146 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(self, h_klass, true, true)) { in CheckObjectAlloc()
175 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(self, h_class, true, true)) { in CheckClassInitializedForObjectAlloc()
407 if (LIKELY(class_linker->EnsureInitialized(self, hs.NewHandle(fields_class), true, true))) { in FindFieldFromCode()
777 if (!class_linker->EnsureInitialized(self, h_class, true, true)) { in ResolveVerifyAndClinit()
/art/runtime/mirror/
Ddex_cache_test.cc129 class_linker_->EnsureInitialized(soa.Self(), method_types, true, true); in TEST_F()
/art/compiler/
Dexception_test.cc52 class_linker_->EnsureInitialized(soa.Self(), klass, true, true); in SetUp()
/art/compiler/driver/
Dcompiler_driver.cc2268 manager_->GetClassLinker()->EnsureInitialized(soa.Self(), klass, false, false); in Visit()
2282 manager_->GetClassLinker()->EnsureInitialized(soa.Self(), klass, false, true); in Visit()
2302 bool success = manager_->GetClassLinker()->EnsureInitialized(soa.Self(), klass, true, in Visit()
2440 Runtime::Current()->GetClassLinker()->EnsureInitialized(hs.Self(), h_klass, true, true); in operator ()()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc788 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(self, h_class, true, true)) { in artQuickToInterpreterBridge()
1188 linker->EnsureInitialized(soa.Self(), called_class, true, true); in artQuickResolutionTrampoline()

12