Searched defs:id (Results 1 - 21 of 21) sorted by relevance

/dalvik/vm/jdwp/
H A DJdwpHandler.h30 u4 id; member in struct:JdwpReqHeader
H A DJdwp.h60 INLINE void expandBufAddFieldId(ExpandBuf* pReply, FieldId id) { argument
61 expandBufAdd4BE(pReply, id);
63 INLINE void expandBufAddMethodId(ExpandBuf* pReply, MethodId id) { argument
64 expandBufAdd4BE(pReply, id);
66 INLINE void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { argument
67 expandBufAdd8BE(pReply, id);
69 INLINE void expandBufAddRefTypeId(ExpandBuf* pReply, RefTypeId id) { argument
70 expandBufAdd8BE(pReply, id);
72 INLINE void expandBufAddFrameId(ExpandBuf* pReply, FrameId id) { argument
73 expandBufAdd8BE(pReply, id);
[all...]
H A DJdwpAdb.cpp431 u4 length, id; local
440 id = read4BE(&buf);
458 hdr.id = id;
H A DJdwpSocket.cpp549 u4 length, id;
558 id = read4BE(&buf);
571 ALOGV("--- %s: dataLen=%u id=0x%08x flags=0x%02x cmd=%d/%d",
573 dataLen, id, flags, cmdSet, cmd);
587 u4 length, id; local
598 id = read4BE(&buf);
616 hdr.id = id;
/dalvik/hit/src/com/android/hit/
H A DThreadObj.java23 public ThreadObj(long id, int stackTrace) { argument
24 mId = id;
H A DArrayInstance.java28 public ArrayInstance(long id, StackTrace stack, int type, int numEntries, argument
30 mId = id;
53 long id;
57 id = dis.readInt();
59 id = dis.readLong();
62 Instance instance = state.findReference(id);
109 long id;
113 id = dis.readInt();
115 id = dis.readLong();
118 Instance instance = state.findReference(id);
[all...]
H A DClassInstance.java27 public ClassInstance(long id, StackTrace stack, long classId) { argument
28 mId = id;
63 long id;
66 id = dis.readInt();
68 id = dis.readLong();
71 Instance instance = state.findReference(id);
123 long id;
126 id = dis.readInt();
128 id = dis.readLong();
131 Instance instance = state.findReference(id);
[all...]
H A DQueries.java190 * Find a reference to an object based on its id. The id should be
193 public static Instance findObject(State state, String id) { argument
194 long id2 = Long.parseLong(id, 16);
H A DRootObj.java37 public RootObj(RootType type, long id) { argument
38 this(type, id, 0, null);
41 public RootObj(RootType type, long id, int thread, StackTrace stack) { argument
43 mId = id;
H A DStackFrame.java32 public StackFrame(long id, String method, String sig, String file, argument
34 mId = id;
H A DInstance.java111 * If this object has a reference to the object identified by id, return
114 public String describeReferenceTo(long id) { argument
115 return "No reference to 0x" + Long.toHexString(id);
H A DState.java42 public Heap setHeapTo(int id, String name) { argument
43 Heap heap = mHeaps.get(id);
48 mHeaps.put(id, heap);
56 public Heap getHeap(int id) { argument
57 return mHeaps.get(id);
74 public final StackFrame getStackFrame(long id) { argument
75 return mCurrentHeap.getStackFrame(id);
103 public final void addInstance(long id, Instance instance) { argument
104 mCurrentHeap.addInstance(id, instance);
107 public final void addClass(long id, ClassOb argument
111 findReference(long id) argument
124 findClass(long id) argument
[all...]
H A DClassObj.java41 public ClassObj(long id, StackTrace stack, String className) { argument
42 mId = id;
66 long id;
69 id = dis.readInt();
71 id = dis.readLong();
74 RootObj root = new RootObj(RootType.JAVA_STATIC, id);
76 if (id == 0) {
82 Instance instance = state.findReference(id);
92 id);
131 public final void setSuperclassId(long id) { argument
[all...]
H A DHeap.java55 public final StackFrame getStackFrame(long id) { argument
56 return mFrames.get(id);
91 public final void addInstance(long id, Instance instance) { argument
92 mInstances.put(id, instance);
95 public final Instance getInstance(long id) { argument
96 return mInstances.get(id);
99 public final void addClass(long id, ClassObj theClass) { argument
100 mClassesById.put(id, theClass);
104 public final ClassObj getClass(long id) { argument
105 return mClassesById.get(id);
[all...]
/dalvik/tools/dmtracedump/
H A DCreateTestTrace.c102 * where the first column is the time, the second column is the thread id,
116 * In this file format, the thread id is always 1, and the time starts at
183 /* Get time and thread id */
389 unsigned int id = ++methodId << 2; local
390 pRecord->methodId = id;
392 /* Assign this id to all the other records that have the
399 pNext->methodId = id;
H A DTraceDump.c36 * Version 1 uses one byte for the thread id.
96 "<table class='sortable' id='%s'><tr>\n"
107 "<table class='sortable' id='%s'>\n"
487 /* Break ties with the first method id. This is probably not
807 unsigned int id; local
829 id = strtoul(data, &endptr, 0);
853 initMethodEntry(&pKeys->methods[i], id, data + tab1 +1,
857 initMethodEntry(&pKeys->methods[i], id, data + tab1 +1,
861 initMethodEntry(&pKeys->methods[i], id, data + tab1 +1,
1105 unsigned int id; local
1134 int id; local
[all...]
/dalvik/vm/compiler/codegen/x86/libenc/
H A Denc_prvt.h128 #define id OpcodeByteKind_id macro
/dalvik/vm/compiler/
H A DCompilerIR.h156 int id; member in struct:BasicBlock
/dalvik/vm/
H A DDebugger.cpp180 * Determine if an id is already in the list.
187 static bool lookupId(ObjectId id) argument
191 found = dvmHashTableLookup(gDvm.dbgRegistry, registryHash((u4) id),
192 (void*)(u4) id, registryCompare, false);
195 assert(found == (void*)(u4) id);
211 ObjectId id; local
219 id = (ObjectId)(u4)obj | ((u8) type) << 32;
221 return id;
232 dvmHashTableLookup(gDvm.dbgRegistry, registryHash((u4) id),
233 (void*)(u4) id, registryCompar
251 objectIsRegistered(ObjectId id, RegistryType type) argument
280 refTypeIdToClassObject(RefTypeId id) argument
297 objectIdToObject(ObjectId id) argument
310 dvmDbgRegisterObjectId(ObjectId id) argument
327 methodIdToMethod(RefTypeId refTypeId, MethodId id) argument
343 fieldIdToField(RefTypeId refTypeId, FieldId id) argument
358 frameIdToFrame(FrameId id) argument
510 dvmDbgGetClassDescriptor(RefTypeId id) argument
521 dvmDbgGetClassObject(RefTypeId id) argument
530 dvmDbgGetSuperclass(RefTypeId id) argument
539 dvmDbgGetClassLoader(RefTypeId id) argument
548 dvmDbgGetAccessFlags(RefTypeId id) argument
557 dvmDbgIsInterface(RefTypeId id) argument
1074 ObjectId id = dvmReadObjectId(&buf); local
1144 dvmDbgGetMethodName(RefTypeId refTypeId, MethodId id) argument
[all...]
H A DJni.cpp1680 jfieldID id = (jfieldID) dvmFindInstanceFieldHier(clazz, name, sig); local
1681 if (id == NULL) {
1686 return id;
1714 jmethodID id = (jmethodID) meth; local
1715 if (id == NULL) {
1720 return id;
1735 jfieldID id = (jfieldID) dvmFindStaticFieldHier(clazz, name, sig); local
1736 if (id == NULL) {
1741 return id;
/dalvik/dx/etc/
H A Djasmin.jar ... .ClassEnv e java.io.DataOutputStream out short id } jas/AsciiCP.class AsciiCP.java package jas public ...

Completed in 312 milliseconds