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.
63 // C++ mirror of java.lang.Object
64 class MANAGED Object { class in namespace:art::mirror
67 return OFFSET_OF_OBJECT_MEMBER(Object, klass_);
74 // The verifier treats all interfaces as java.lang.Object and relies on runtime checks in
84 Object* Clone(Thread* self) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
88 // TODO: we'll need to use the Object's internal concept of identity
95 return OFFSET_OF_OBJECT_MEMBER(Object, monitor_);
100 OFFSET_OF_OBJECT_MEMBER(Object, monitor_).Int32Value();
182 void SetFieldObject(MemberOffset field_offset, const Object* new_valu
[all...]
/art/runtime/verifier/
H A Dreg_type_test.cc347 const RegType& precise_obj_2 = cache.FromDescriptor(NULL, "Ljava/lang/Object;", true);
440 // The JavaLangObject method instead of FromDescriptor. Object Class in not final.
445 const RegType& ref_type_3 = cache.FromDescriptor(NULL, "Ljava/lang/Object;", true);
457 const RegType& Object = cache_new.JavaLangObject(true); local
458 EXPECT_TRUE(string.Merge(Object, &cache_new).IsJavaLangObject());

Completed in 618 milliseconds