Searched refs:ref_type (Results 1 – 2 of 2) sorted by relevance
/art/runtime/verifier/ |
D | reg_type_test.cc | 409 const RegType& ref_type = cache.FromDescriptor(nullptr, "Ljava/lang/DoesNotExist;", true); in TEST_F() local 410 EXPECT_TRUE(ref_type_0.Equals(ref_type)); in TEST_F() 412 const RegType& unresolved_unintialised = cache.Uninitialized(ref_type, 1101ull); in TEST_F() 417 const RegType& ref_type_unresolved_unintialised_1 = cache.Uninitialized(ref_type, 1102ull); in TEST_F() 421 const RegType& unresolved_unintialised_2 = cache.Uninitialized(ref_type, 1101ull); in TEST_F() 459 const RegType& ref_type = cache.JavaLangString(); in TEST_F() local 463 EXPECT_TRUE(ref_type.Equals(ref_type_2)); in TEST_F() 465 EXPECT_TRUE(ref_type.IsPreciseReference()); in TEST_F() 468 const RegType& ref_type_unintialized = cache.Uninitialized(ref_type, 0110ull); in TEST_F() 481 const RegType& ref_type = cache.JavaLangObject(true); in TEST_F() local [all …]
|
/art/test/712-varhandle-invocations/util-src/ |
D | generate_java.py | 772 ref_type = JavaType("Widget", [ "Widget.ONE", "Widget.TWO", "null" ]) 779 emit_accessor_test(var_handle_kind, accessor, ref_type, output_path) 782 ref_type = JavaType("WidgetInterface", [ "Widget.ONE", "Widget.TWO", "null" ]) 789 emit_accessor_test(var_handle_kind, accessor, ref_type, output_path)
|