Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc431 const RegType& ref_type = cache.FromDescriptor(loader, "Ljava/lang/DoesNotExist;"); in TEST_F() local
432 EXPECT_TRUE(ref_type_0.Equals(ref_type)); in TEST_F()
434 const RegType& unresolved_unintialised = cache.Uninitialized(ref_type, 1101ull); in TEST_F()
439 const RegType& ref_type_unresolved_unintialised_1 = cache.Uninitialized(ref_type, 1102ull); in TEST_F()
443 const RegType& unresolved_unintialised_2 = cache.Uninitialized(ref_type, 1101ull); in TEST_F()
486 const RegType& ref_type = cache.JavaLangString(); in TEST_F() local
490 EXPECT_TRUE(ref_type.Equals(ref_type_2)); in TEST_F()
492 EXPECT_TRUE(ref_type.IsPreciseReference()); in TEST_F()
495 const RegType& ref_type_unintialized = cache.Uninitialized(ref_type, 0110ull); in TEST_F()
510 const RegType& ref_type = cache.JavaLangObject(true); in TEST_F() local
[all …]
/art/test/712-varhandle-invocations/util-src/
Dgenerate_java.py996 ref_type = JavaType("Widget", [ "Widget.ONE", "Widget.TWO", "null" ])
1003 emit_accessor_test(var_handle_kind, accessor, ref_type, output_path)
1006 ref_type = JavaType("WidgetInterface", [ "Widget.ONE", "Widget.TWO", "null" ])
1013 emit_accessor_test(var_handle_kind, accessor, ref_type, output_path)