Searched defs:Object (Results 1 - 2 of 2) sorted by relevance

/art/runtime/mirror/
H A Dobject.h65 // compute an offset for the Set/Get methods defined in Object that can safely access fields.
72 // Size of Object.
75 // C++ mirror of java.lang.Object
76 class MANAGED LOCKABLE Object { class in namespace:art::mirror
78 // The number of vtable entries in java.lang.Object.
81 // The size of the java.lang.Class representing a java.lang.Object.
84 // Size of an instance of java.lang.Object.
86 return sizeof(Object);
90 return OFFSET_OF_OBJECT_MEMBER(Object, klass_);
126 // The verifier treats all interfaces as java.lang.Object an
[all...]
/art/runtime/verifier/
H A Dreg_type_test.cc369 const RegType& precise_obj_2 = cache.FromDescriptor(nullptr, "Ljava/lang/Object;", true);
471 // The JavaLangObject method instead of FromDescriptor. Object Class in not final.
478 const RegType& ref_type_3 = cache.FromDescriptor(nullptr, "Ljava/lang/Object;", true);
492 const RegType& Object = cache_new.JavaLangObject(true); local
493 EXPECT_TRUE(string.Merge(Object, &cache_new, /* verifier */ nullptr).IsJavaLangObject());
681 // | | Object
685 // | unresolved-merge-types | Object[] char[] byte[]
716 const RegType& obj_arr = cache.From(nullptr, "[Ljava/lang/Object;", false);

Completed in 222 milliseconds