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

/dalvik/dx/tests/089-dex-define-object/
H A DObject.java19 public class Object { class
20 public Object() { method in class:Object
24 public boolean equals(Object o) {
32 public final native Class<? extends Object> getClass();
/dalvik/vm/oo/
H A DObject.h18 * Declaration of the fundamental Object type and refinements thereof, plus
186 #define CLASS_SMALLEST_OFFSET (sizeof(struct Object))
241 * All objects have an Object header followed by type-specific data.
243 typedef struct Object { struct
252 } Object; typedef in typeref:struct:Object
255 * Properly initialize an Object.
256 * void DVM_OBJECT_INIT(Object *obj, ClassObject *clazz_)
260 dvmSetFieldObject((Object *)obj, offsetof(Object, clazz), \
261 (Object *)clazz
[all...]

Completed in 89 milliseconds