• Home
  • Raw
  • Download

Lines Matching refs:CHECK_EQ

200   CHECK_EQ(arraysize(class_roots_descriptors_), size_t(kClassRootsMax));  in ClassLinker()
342 CHECK_EQ(java_lang_Object.get(), Object_class); in InitFromCompiler()
343 CHECK_EQ(java_lang_Object->GetObjectSize(), sizeof(mirror::Object)); in InitFromCompiler()
346 CHECK_EQ(java_lang_String.get(), String_class); in InitFromCompiler()
347 CHECK_EQ(java_lang_String->GetObjectSize(), sizeof(mirror::String)); in InitFromCompiler()
350 CHECK_EQ(java_lang_String.get(), String_class); in InitFromCompiler()
351 CHECK_EQ(java_lang_DexCache.get(), DexCache_class); in InitFromCompiler()
352 CHECK_EQ(java_lang_DexCache->GetObjectSize(), sizeof(mirror::DexCache)); in InitFromCompiler()
362 CHECK_EQ(char_array_class.get(), found_char_array_class); in InitFromCompiler()
368 CHECK_EQ(int_array_class.get(), found_int_array_class); in InitFromCompiler()
380 CHECK_EQ(class_array_class.get(), found_class_array_class); in InitFromCompiler()
383 CHECK_EQ(object_array_class.get(), found_object_array_class); in InitFromCompiler()
397 CHECK_EQ(java_lang_Cloneable, kh.GetDirectInterface(0)); in InitFromCompiler()
398 CHECK_EQ(java_io_Serializable, kh.GetDirectInterface(1)); in InitFromCompiler()
400 CHECK_EQ(java_lang_Cloneable, kh.GetDirectInterface(0)); in InitFromCompiler()
401 CHECK_EQ(java_io_Serializable, kh.GetDirectInterface(1)); in InitFromCompiler()
405 CHECK_EQ(java_lang_Class.get(), Class_class); in InitFromCompiler()
409 CHECK_EQ(java_lang_reflect_ArtMethod.get(), Art_method_class); in InitFromCompiler()
413 CHECK_EQ(java_lang_reflect_ArtField.get(), Art_field_class); in InitFromCompiler()
416 CHECK_EQ(object_array_string.get(), String_array_class); in InitFromCompiler()
420 CHECK_EQ(object_array_art_method.get(), Art_method_array_class); in InitFromCompiler()
424 CHECK_EQ(object_array_art_field.get(), Art_field_array_class); in InitFromCompiler()
453 CHECK_EQ(java_lang_ClassLoader->GetObjectSize(), sizeof(mirror::ClassLoader)); in InitFromCompiler()
788 CHECK_EQ(0, flock_result); in ~ScopedFlock()
841 CHECK_EQ(dex_location_checksum, result->GetLocationChecksum()) in FindOrCreateOatFileForDexLocationLocked()
1021 CHECK_EQ(oat_file.GetOatHeader().GetImageFileLocationOatChecksum(), 0U); in InitFromImage()
1022 CHECK_EQ(oat_file.GetOatHeader().GetImageFileLocationOatDataBegin(), 0U); in InitFromImage()
1038 CHECK_EQ(oat_file.GetOatHeader().GetDexFileCount(), in InitFromImage()
1052 CHECK_EQ(dex_file->GetLocationChecksum(), oat_dex_file->GetDexFileLocationChecksum()); in InitFromImage()
1724 CHECK_EQ(mirror::Class::kStatusNotReady, klass->GetStatus()); in LoadClass()
1731 CHECK_EQ(access_flags & ~kAccJavaFlagsMask, 0U); in LoadClass()
2046 CHECK_EQ('[', descriptor[0]); in CreateArrayClass()
2419 CHECK_EQ(klass->GetStatus(), mirror::Class::kStatusRetryVerificationAtRuntime) in VerifyClass()
2487 CHECK_EQ(super->GetStatus(), mirror::Class::kStatusRetryVerificationAtRuntime); in VerifyClass()
2493 CHECK_EQ(verifier_failure, verifier::MethodVerifier::kSoftFailure); in VerifyClass()
2763 CHECK_EQ(PrettyField(klass->GetStaticField(0)), interfaces_field_name); in CreateProxyClass()
2767 CHECK_EQ(PrettyField(klass->GetStaticField(1)), throws_field_name); in CreateProxyClass()
2771 CHECK_EQ(synth_proxy_class->GetInterfaces(), interfaces); in CreateProxyClass()
2772 CHECK_EQ(synth_proxy_class->GetThrows(), throws); in CreateProxyClass()
2817 CHECK_EQ(proxy_direct_methods->GetLength(), 16); in CreateProxyConstructor()
2838 CHECK_EQ(mh.GetSignature(), std::string("(Ljava/lang/reflect/InvocationHandler;)V")); in CheckProxyConstructor()
2884 CHECK_EQ(prototype->GetDexCacheStrings(), method->GetDexCacheStrings()); in CheckProxyMethod()
2885 CHECK_EQ(prototype->GetDexCacheResolvedMethods(), method->GetDexCacheResolvedMethods()); in CheckProxyMethod()
2886 CHECK_EQ(prototype->GetDexCacheResolvedTypes(), method->GetDexCacheResolvedTypes()); in CheckProxyMethod()
2887 CHECK_EQ(prototype->GetDexCacheInitializedStaticStorage(), in CheckProxyMethod()
2889 CHECK_EQ(prototype->GetDexMethodIndex(), method->GetDexMethodIndex()); in CheckProxyMethod()
2896 CHECK_EQ(mh.GetReturnType(), mh2.GetReturnType()); in CheckProxyMethod()
2977 CHECK_EQ(klass->GetStatus(), mirror::Class::kStatusRetryVerificationAtRuntime); in InitializeClass()
3003 CHECK_EQ(klass->GetStatus(), mirror::Class::kStatusVerified) << PrettyClass(klass); in InitializeClass()
3253 CHECK_EQ(mirror::Class::kStatusLoaded, klass->GetStatus()); in LinkClass()
3268 CHECK_EQ(mirror::Class::kStatusLoaded, klass->GetStatus()); in LinkClass()
3274 CHECK_EQ(mirror::Class::kStatusIdx, klass->GetStatus()); in LoadSuperAndInterfaces()
3582 CHECK_EQ(idx, ifcount); in LinkInterfaceMethods()
3716 CHECK_EQ(allocated_class_size, klass->GetClassSize()); in LinkStaticFields()
3775 CHECK_EQ(num_fields == 0, fields == NULL); in LinkFields()
3851 CHECK_EQ(num_reference_fields, num_fields); in LinkFields()
3939 CHECK_EQ(byte_offset.Uint32Value() & (CLASS_OFFSET_ALIGNMENT - 1), 0U); in CreateReferenceOffsets()