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

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

Completed in 115 milliseconds