Home
last modified time | relevance | path

Searched refs:ASSERT_OBJ_PTR_EQ (Results 1 – 6 of 6) sorted by relevance

/art/dex2oat/linker/
Dimage_test.cc128 ASSERT_OBJ_PTR_EQ(origin->GetDeclaringClass(), iface_klass); in TEST_F()
151 ASSERT_OBJ_PTR_EQ(origin->GetDeclaringClass(), iterable_klass); in TEST_F()
/art/runtime/
Dtransaction_test.cc107 ASSERT_OBJ_PTR_EQ(h_obj->GetClass(), h_klass.Get()); in TEST_F()
122 ASSERT_OBJ_PTR_EQ(h_obj->GetClass(), h_klass.Get()); in TEST_F()
160 ASSERT_OBJ_PTR_EQ(h_obj->GetClass(), h_klass.Get()); in TEST_F()
236 ASSERT_OBJ_PTR_EQ(h_obj->GetClass(), h_klass.Get()); in TEST_F()
336 ASSERT_OBJ_PTR_EQ(h_obj->GetClass(), h_klass.Get()); in TEST_F()
459 ASSERT_OBJ_PTR_EQ(h_obj->GetClass(), h_klass.Get()); in TEST_F()
Dclass_linker_test.cc88 ASSERT_OBJ_PTR_EQ(primitive->GetClass(), primitive->GetClass()->GetClass()); in AssertPrimitiveClass()
127 ASSERT_OBJ_PTR_EQ(JavaLangObject->GetClass(), JavaLangObject->GetClass()->GetClass()); in AssertObjectClass()
200 ASSERT_OBJ_PTR_EQ(array->GetClass(), array->GetClass()->GetClass()); in AssertArrayClass()
936 ASSERT_OBJ_PTR_EQ(MyClass->GetClass(), MyClass->GetClass()->GetClass()); in TEST_F()
1590 ASSERT_OBJ_PTR_EQ(string_class.Get(), method1_type->GetRType()); in TEST_F()
1591 ASSERT_OBJ_PTR_EQ(string_class.Get(), method1_type->GetPTypes()->Get(0)); in TEST_F()
1596 ASSERT_OBJ_PTR_EQ(method1_type.Get(), method1_type2.Get()); in TEST_F()
1709 ASSERT_OBJ_PTR_EQ(klass->GetClassLoader(), expected_class_loader.Get()); in VerifyClassResolution()
Dcommon_runtime_test.h60 #define ASSERT_OBJ_PTR_EQ(a, b) ASSERT_EQ(MakeObjPtr(a).Ptr(), MakeObjPtr(b).Ptr()) macro
Dclass_loader_context_test.cc1074 ASSERT_OBJ_PTR_EQ(shared_libraries_2->Get(0), class_loader_2.Get()); in TEST_F()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc1352 ASSERT_OBJ_PTR_EQ(GetClassRoot<mirror::Throwable>(), result.GetL()->GetClass()); in TEST_F()