/aosp12/art/compiler/optimizing/ |
H A D | reference_type_propagation.h | 53 DCHECK(klass->IsResolved()); in IsAdmissible() 56 return klass != nullptr && klass->IsResolved(); in IsAdmissible()
|
/aosp12/art/runtime/mirror/ |
H A D | class-refvisitor-inl.h | 41 if (IsResolved<kVerifyFlags>()) { in VisitReferences() 58 if (kIsDebugBuild && IsResolved()) { in VisitNativeRoots()
|
H A D | object.cc | 233 !runtime->GetHeap()->IsObjectValidationEnabled() || !c->IsResolved()) { in CheckFieldAssignmentImpl()
|
H A D | class-inl.h | 274 DCHECK(IsResolved<kVerifyFlags>() || IsErroneous<kVerifyFlags>()) in GetVirtualMethod() 698 DCHECK(IsResolved<kVerifyFlags>()); in GetFirstReferenceStaticFieldOffset() 762 DCHECK(IsResolved<kVerifyFlags>() || IsErroneous<kVerifyFlags>()); in GetReferenceInstanceOffsets()
|
H A D | class.h | 167 bool IsResolved() REQUIRES_SHARED(Locks::mutator_lock_) { in IsResolved() function 1025 DCHECK(IsResolved<kVerifyFlags>()); in NumReferenceInstanceFields() 1054 DCHECK(IsResolved<kVerifyFlags>()); in NumReferenceStaticFields()
|
H A D | class.cc | 184 CHECK(thiz->IsResolved()) in CheckSetStatus() 443 if (h_this->IsResolved()) { in DumpClass() 454 if (h_this->IsResolved()) { in DumpClass()
|
H A D | dex_cache-inl.h | 166 DCHECK(resolved->IsResolved()) << resolved->GetStatus(); in SetResolvedType()
|
/aosp12/art/runtime/ |
H A D | art_field.cc | 75 CHECK(GetDeclaringClass()->IsResolved()); in GetOffsetDCheck()
|
H A D | art_method-inl.h | 82 DCHECK(IsRuntimeMethod() || GetDeclaringClass()->IsResolved()); in GetMethodIndex() 341 DCHECK(!GetDeclaringClass()->IsResolved() || in GetInterfaceMethodIfProxy()
|
H A D | vdex_file.cc | 507 DCHECK(destination->IsResolved() && source->IsResolved()); in ComputeClassStatus()
|
H A D | cha.cc | 104 if (!klass->IsResolved()) { in ResetSingleImplementationInHierarchy() 336 DCHECK(method_in_super->GetDeclaringClass()->IsResolved()) << "class isn't resolved"; in CheckVirtualMethodSingleImplementationInfo()
|
H A D | class_table.cc | 53 CHECK(!existing->IsResolved()) << descriptor; in UpdateClass()
|
H A D | class_linker_test.cc | 98 EXPECT_TRUE(primitive->IsResolved()); in AssertPrimitiveClass() 138 EXPECT_TRUE(JavaLangObject->IsResolved()); in AssertObjectClass() 214 EXPECT_TRUE(array->IsResolved()); in AssertArrayClass() 280 EXPECT_TRUE(klass->IsResolved()); in AssertClass() 949 EXPECT_TRUE(MyClass->IsResolved()); in TEST_F()
|
H A D | class_linker.cc | 2544 CHECK(!klass->IsResolved()); in EnsureResolved() 2604 CHECK(klass->IsResolved()) << klass->PrettyClass(); in EnsureResolved() 3226 CHECK(!klass->IsResolved()); in DefineClass() 5284 CHECK(klass->IsResolved() && !klass->IsErroneousResolved()) in InitializeClass() 6052 CHECK(!klass->IsResolved()); in LinkClass() 6142 CHECK(super_class->IsResolved()); in LoadSuperAndInterfaces() 6240 CHECK(super->IsResolved()); in LinkSuperClass() 8586 CHECK(super_class->IsResolved()) in LinkFields() 8963 DCHECK(type->IsResolved()); in DoLookupResolvedType() 9027 DCHECK((resolved == nullptr) || resolved->IsResolved()) in DoResolveType() [all …]
|
/aosp12/art/runtime/verifier/ |
H A D | verifier_deps.cc | 226 if (destination_component->IsResolved() && source_component->IsResolved()) { in AddAssignability() 751 DCHECK(destination->IsResolved() && source->IsResolved()); in VerifyAssignability()
|
/aosp12/system/tools/aidl/ |
H A D | parser.cpp | 75 if (v.GetRefType() && !v.GetRefType()->IsResolved()) { in Visit()
|
H A D | aidl_to_ndk.cpp | 352 AIDL_FATAL_IF(!aidl.IsResolved(), aidl) << aidl.ToString(); in GetTypeAspect()
|
H A D | aidl_language.h | 370 if (IsResolved()) { 393 bool IsResolved() const { return fully_qualified_name_ != ""; }
|
/aosp12/art/runtime/native/ |
H A D | java_lang_VMClassLoader.cc | 89 if (c != nullptr && c->IsResolved()) { in VMClassLoader_findLoadedClass()
|
H A D | dalvik_system_VMRuntime.cc | 476 !klass->IsResolved() || in operator ()()
|
/aosp12/art/compiler/jit/ |
H A D | jit_compiler.cc | 174 DCHECK(method->GetDeclaringClass()->IsResolved()); in CompileMethod()
|
/aosp12/art/dex2oat/driver/ |
H A D | compiler_driver.cc | 967 bool resolved = klass->IsResolved(); in operator ()() 1204 bool resolved = klass->IsResolved(); in operator ()() 1579 CHECK(hklass->IsResolved()) << hklass->PrettyClass(); in Visit() 1941 CHECK(klass->IsResolved()) << klass->PrettyClass(); in Visit() 1980 if (!klass->IsResolved() || klass->IsErroneous()) { in Visit() 2057 if (klass->IsResolved() && !klass->IsErroneousResolved()) { in Visit()
|
/aosp12/art/dex2oat/linker/ |
H A D | image_test.h | 379 EXPECT_TRUE(klass->IsResolved()); in Compile()
|
/aosp12/art/runtime/jit/ |
H A D | profile_saver.cc | 502 DCHECK(k->IsResolved()); // Array classes are always resolved. in CollectInternal() 538 if (!k->IsResolved() || k->IsProxyClass()) { in CollectInternal()
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_heap.cc | 244 if (!klass->IsResolved()) { in ReportFields() 257 DCHECK(obj->GetClass()->IsResolved() || obj->GetClass()->IsErroneousResolved()); in ReportFields() 1196 if (!klass->IsResolved()) { in VisitClass()
|