Home
last modified time | relevance | path

Searched refs:ref_type (Results 1 – 2 of 2) sorted by relevance

/art/runtime/verifier/
Dreg_type_test.cc404 const RegType& ref_type = cache.FromDescriptor(nullptr, "Ljava/lang/DoesNotExist;", true); in TEST_F() local
405 EXPECT_TRUE(ref_type_0.Equals(ref_type)); in TEST_F()
407 const RegType& unresolved_unintialised = cache.Uninitialized(ref_type, 1101ull); in TEST_F()
412 const RegType& ref_type_unresolved_unintialised_1 = cache.Uninitialized(ref_type, 1102ull); in TEST_F()
416 const RegType& unresolved_unintialised_2 = cache.Uninitialized(ref_type, 1101ull); in TEST_F()
454 const RegType& ref_type = cache.JavaLangString(); in TEST_F() local
458 EXPECT_TRUE(ref_type.Equals(ref_type_2)); in TEST_F()
460 EXPECT_TRUE(ref_type.IsPreciseReference()); in TEST_F()
463 const RegType& ref_type_unintialized = cache.Uninitialized(ref_type, 0110ull); in TEST_F()
476 const RegType& ref_type = cache.JavaLangObject(true); in TEST_F() local
[all …]
/art/test/712-varhandle-invocations/util-src/
Dgenerate_java.py716 ref_type = JavaType("Widget", [ "Widget.ONE", "Widget.TWO", "null" ])
723 emit_accessor_test(var_handle_kind, accessor, ref_type, output_path)