Home
last modified time | relevance | path

Searched refs:IsResolved (Results 1 – 25 of 35) sorted by relevance

12

/aosp12/art/compiler/optimizing/
H A Dreference_type_propagation.h53 DCHECK(klass->IsResolved()); in IsAdmissible()
56 return klass != nullptr && klass->IsResolved(); in IsAdmissible()
/aosp12/art/runtime/mirror/
H A Dclass-refvisitor-inl.h41 if (IsResolved<kVerifyFlags>()) { in VisitReferences()
58 if (kIsDebugBuild && IsResolved()) { in VisitNativeRoots()
H A Dobject.cc233 !runtime->GetHeap()->IsObjectValidationEnabled() || !c->IsResolved()) { in CheckFieldAssignmentImpl()
H A Dclass-inl.h274 DCHECK(IsResolved<kVerifyFlags>() || IsErroneous<kVerifyFlags>()) in GetVirtualMethod()
698 DCHECK(IsResolved<kVerifyFlags>()); in GetFirstReferenceStaticFieldOffset()
762 DCHECK(IsResolved<kVerifyFlags>() || IsErroneous<kVerifyFlags>()); in GetReferenceInstanceOffsets()
H A Dclass.h167 bool IsResolved() REQUIRES_SHARED(Locks::mutator_lock_) { in IsResolved() function
1025 DCHECK(IsResolved<kVerifyFlags>()); in NumReferenceInstanceFields()
1054 DCHECK(IsResolved<kVerifyFlags>()); in NumReferenceStaticFields()
H A Dclass.cc184 CHECK(thiz->IsResolved()) in CheckSetStatus()
443 if (h_this->IsResolved()) { in DumpClass()
454 if (h_this->IsResolved()) { in DumpClass()
H A Ddex_cache-inl.h166 DCHECK(resolved->IsResolved()) << resolved->GetStatus(); in SetResolvedType()
/aosp12/art/runtime/
H A Dart_field.cc75 CHECK(GetDeclaringClass()->IsResolved()); in GetOffsetDCheck()
H A Dart_method-inl.h82 DCHECK(IsRuntimeMethod() || GetDeclaringClass()->IsResolved()); in GetMethodIndex()
341 DCHECK(!GetDeclaringClass()->IsResolved() || in GetInterfaceMethodIfProxy()
H A Dvdex_file.cc507 DCHECK(destination->IsResolved() && source->IsResolved()); in ComputeClassStatus()
H A Dcha.cc104 if (!klass->IsResolved()) { in ResetSingleImplementationInHierarchy()
336 DCHECK(method_in_super->GetDeclaringClass()->IsResolved()) << "class isn't resolved"; in CheckVirtualMethodSingleImplementationInfo()
H A Dclass_table.cc53 CHECK(!existing->IsResolved()) << descriptor; in UpdateClass()
H A Dclass_linker_test.cc98 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 Dclass_linker.cc2544 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 Dverifier_deps.cc226 if (destination_component->IsResolved() && source_component->IsResolved()) { in AddAssignability()
751 DCHECK(destination->IsResolved() && source->IsResolved()); in VerifyAssignability()
/aosp12/system/tools/aidl/
H A Dparser.cpp75 if (v.GetRefType() && !v.GetRefType()->IsResolved()) { in Visit()
H A Daidl_to_ndk.cpp352 AIDL_FATAL_IF(!aidl.IsResolved(), aidl) << aidl.ToString(); in GetTypeAspect()
H A Daidl_language.h370 if (IsResolved()) {
393 bool IsResolved() const { return fully_qualified_name_ != ""; }
/aosp12/art/runtime/native/
H A Djava_lang_VMClassLoader.cc89 if (c != nullptr && c->IsResolved()) { in VMClassLoader_findLoadedClass()
H A Ddalvik_system_VMRuntime.cc476 !klass->IsResolved() || in operator ()()
/aosp12/art/compiler/jit/
H A Djit_compiler.cc174 DCHECK(method->GetDeclaringClass()->IsResolved()); in CompileMethod()
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.cc967 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 Dimage_test.h379 EXPECT_TRUE(klass->IsResolved()); in Compile()
/aosp12/art/runtime/jit/
H A Dprofile_saver.cc502 DCHECK(k->IsResolved()); // Array classes are always resolved. in CollectInternal()
538 if (!k->IsResolved() || k->IsProxyClass()) { in CollectInternal()
/aosp12/art/openjdkjvmti/
H A Dti_heap.cc244 if (!klass->IsResolved()) { in ReportFields()
257 DCHECK(obj->GetClass()->IsResolved() || obj->GetClass()->IsErroneousResolved()); in ReportFields()
1196 if (!klass->IsResolved()) { in VisitClass()

12