/art/runtime/ |
D | transaction_test.cc | 47 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()
|
D | reference_table_test.cc | 53 CHECK(class_linker->EnsureInitialized(self, h_ref_class, true, true)); in CreateWeakReference()
|
D | runtime_callbacks_test.cc | 309 ASSERT_TRUE(class_linker_->EnsureInitialized(Thread::Current(), h_Y, true, true)); in TEST_F()
|
D | class_linker_test.cc | 1001 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()
|
D | runtime.cc | 614 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()
|
D | jni_internal.cc | 122 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()
|
D | reflection_test.cc | 122 bool initialized = class_linker_->EnsureInitialized(self, h_class, true, true); in ReflectionTestMakeExecutable()
|
D | reflection.cc | 602 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(soa.Self(), h_class, true, true)) { in InvokeMethod()
|
D | method_handles.cc | 631 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(self, h, true, true)) { in GetAndInitializeDeclaringClass()
|
D | oat_file_assistant_test.cc | 1224 linker->EnsureInitialized(soa.Self(), dexfile, true, true); in TEST_F()
|
D | class_linker.h | 375 bool EnsureInitialized(Thread* self,
|
D | dex_file_annotations.cc | 560 Runtime::Current()->GetClassLinker()->EnsureInitialized(self, field_class, true, true); in ProcessAnnotationValue()
|
/art/runtime/native/ |
D | java_lang_reflect_Constructor.cc | 94 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(soa.Self(), c, true, true)) { in Constructor_newInstance0()
|
D | java_lang_Class.cc | 100 class_linker->EnsureInitialized(soa.Self(), c, true, true); in Class_classForName() 737 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized( in Class_newInstance()
|
D | java_lang_reflect_Field.cc | 133 if (UNLIKELY(!class_linker->EnsureInitialized(soa.Self(), h_klass, true, true))) { in CheckReceiver()
|
/art/runtime/interpreter/ |
D | unstarted_runtime_test.cc | 966 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()
|
D | interpreter.cc | 432 if (UNLIKELY(!class_linker->EnsureInitialized(self, h_class, true, true))) { in EnterInterpreterFromInvoke() 609 if (UNLIKELY(!Runtime::Current()->GetClassLinker()->EnsureInitialized( in ArtInterpreterToInterpreterBridge()
|
D | unstarted_runtime.cc | 143 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()
|
D | interpreter_common.h | 308 if (UNLIKELY(!class_linker->EnsureInitialized(self, h_class, true, true))) { in ResolveString()
|
D | interpreter_common.cc | 473 if (UNLIKELY(!Runtime::Current()->GetClassLinker()->EnsureInitialized(self, h_class, true, in ArtInterpreterToCompiledCodeBridge()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 146 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/ |
D | dex_cache_test.cc | 129 class_linker_->EnsureInitialized(soa.Self(), method_types, true, true); in TEST_F()
|
/art/compiler/ |
D | exception_test.cc | 52 class_linker_->EnsureInitialized(soa.Self(), klass, true, true); in SetUp()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 2268 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/ |
D | quick_trampoline_entrypoints.cc | 788 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(self, h_class, true, true)) { in artQuickToInterpreterBridge() 1188 linker->EnsureInitialized(soa.Self(), called_class, true, true); in artQuickResolutionTrampoline()
|