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

/art/runtime/mirror/
H A Dobject.h60 // compute an offset for the Set/Get methods defined in Object that can safely access fields.
67 // Size of Object.
70 // C++ mirror of java.lang.Object
71 class MANAGED LOCKABLE Object { class in namespace:art::mirror
73 // The number of vtable entries in java.lang.Object.
76 // The size of the java.lang.Class representing a java.lang.Object.
79 // Size of an instance of java.lang.Object.
81 return sizeof(Object);
85 return OFFSET_OF_OBJECT_MEMBER(Object, klass_);
95 Object* GetReadBarrierPointe
[all...]
/art/runtime/verifier/
H A Dreg_type_test.cc368 const RegType& precise_obj_2 = cache.FromDescriptor(nullptr, "Ljava/lang/Object;", true);
469 // The JavaLangObject method instead of FromDescriptor. Object Class in not final.
476 const RegType& ref_type_3 = cache.FromDescriptor(nullptr, "Ljava/lang/Object;", true);
490 const RegType& Object = cache_new.JavaLangObject(true); local
491 EXPECT_TRUE(string.Merge(Object, &cache_new).IsJavaLangObject());

Completed in 95 milliseconds