Lines Matching defs:id
187 static bool lookupId(ObjectId id) in lookupId()
211 ObjectId id; in registerObject() local
277 static bool objectIsRegistered(ObjectId id, RegistryType type) in objectIsRegistered()
306 static ClassObject* refTypeIdToClassObject(RefTypeId id) in refTypeIdToClassObject()
323 static Object* objectIdToObject(ObjectId id) in objectIdToObject()
336 void dvmDbgRegisterObjectId(ObjectId id) in dvmDbgRegisterObjectId()
353 static Method* methodIdToMethod(RefTypeId refTypeId, MethodId id) in methodIdToMethod()
369 static Field* fieldIdToField(RefTypeId refTypeId, FieldId id) in fieldIdToField()
384 static void* frameIdToFrame(FrameId id) in frameIdToFrame()
534 const char* dvmDbgGetClassDescriptor(RefTypeId id) in dvmDbgGetClassDescriptor()
545 ObjectId dvmDbgGetClassObject(RefTypeId id) in dvmDbgGetClassObject()
554 RefTypeId dvmDbgGetSuperclass(RefTypeId id) in dvmDbgGetSuperclass()
563 RefTypeId dvmDbgGetClassLoader(RefTypeId id) in dvmDbgGetClassLoader()
572 u4 dvmDbgGetAccessFlags(RefTypeId id) in dvmDbgGetAccessFlags()
581 bool dvmDbgIsInterface(RefTypeId id) in dvmDbgIsInterface()
1134 ObjectId id = dvmReadObjectId(&buf); in dvmDbgSetArrayElements() local
1204 const char* dvmDbgGetMethodName(RefTypeId refTypeId, MethodId id) in dvmDbgGetMethodName()