/dalvik/vm/jdwp/ |
D | JdwpHandler.cpp | 103 const u1* buf, int dataLen, ExpandBuf* pReply, in finishInvoke() 184 static JdwpError handleVM_Version(JdwpState* state, const u1* buf, in handleVM_Version() 210 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_ClassesBySignature() 259 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_AllThreads() 281 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_TopLevelThreadGroups() 305 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_IDSizes() 322 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_Dispose() 334 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_Suspend() 344 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_Resume() 354 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_Exit() [all …]
|
D | Jdwp.h | 55 INLINE void dvmSetFieldId(u1* buf, FieldId val) { return set4BE(buf, val); } in dvmSetFieldId() 56 INLINE void dvmSetMethodId(u1* buf, MethodId val) { return set4BE(buf, val); } in dvmSetMethodId() 57 INLINE void dvmSetObjectId(u1* buf, ObjectId val) { return set8BE(buf, val); } in dvmSetObjectId() 58 INLINE void dvmSetRefTypeId(u1* buf, RefTypeId val) { return set8BE(buf, val); } in dvmSetRefTypeId() 59 INLINE void dvmSetFrameId(u1* buf, FrameId val) { return set8BE(buf, val); } in dvmSetFrameId()
|
D | JdwpAdb.cpp | 429 const unsigned char* buf = netState->inputBuffer; in handlePacket() local
|
/dalvik/vm/ |
D | Bits.h | 234 INLINE int readUtf8String(unsigned char const** ppSrc, char* buf, size_t bufLen) in readUtf8String() 255 char* buf; in readNewUtf8String() local 272 INLINE void set1(u1* buf, u1 val) in set1() 280 INLINE void set2BE(u1* buf, u2 val) in set2BE() 289 INLINE void set4BE(u1* buf, u4 val) in set4BE() 300 INLINE void set8BE(u1* buf, u8 val) in set8BE() 315 INLINE void set2LE(u1* buf, u2 val) in set2LE() 324 INLINE void set4LE(u1* buf, u4 val) in set4LE() 335 INLINE void set8LE(u1* buf, u8 val) in set8LE() 350 INLINE void setUtf8String(u1* buf, const u1* str) in setUtf8String()
|
D | Ddm.cpp | 39 bool dvmDdmHandlePacket(const u1* buf, int dataLen, u1** pReplyBuf, in dvmDdmHandlePacket() 262 u1 buf[256]; in dvmDdmSendThreadNotification() local 323 u1 buf[bufLen]; in dvmDdmSendThreadNameChange() local 378 u1* buf = tmpBuf; in dvmDdmGenerateThreadStats() local
|
D | Profile.cpp | 149 static inline void storeShortLE(u1* buf, u2 val) in storeShortLE() 154 static inline void storeIntLE(u1* buf, u4 val) in storeIntLE() 161 static inline void storeLongLE(u1* buf, u8 val) in storeLongLE()
|
D | StdioConverter.cpp | 36 char buf[kMaxLine+1]; member
|
D | JarFile.cpp | 48 char *buf, *c; in openAlternateSuffix() local
|
D | RawDexFile.cpp | 48 struct stat buf; in getModTimeAndSize() local
|
D | Profile.h | 48 u1* buf; member
|
D | CheckJni.cpp | 1151 u1 buf[4]; in check() local 1339 const jbyte* buf, jsize bufLen) in Check_DefineClass() 1913 static void Check_GetStringRegion(JNIEnv* env, jstring str, jsize start, jsize len, jchar* buf) { in Check_GetStringRegion() 1919 static void Check_GetStringUTFRegion(JNIEnv* env, jstring str, jsize start, jsize len, char* buf) { in Check_GetStringUTFRegion() 2002 static void* Check_GetDirectBufferAddress(JNIEnv* env, jobject buf) { in Check_GetDirectBufferAddress() 2008 static jlong Check_GetDirectBufferCapacity(JNIEnv* env, jobject buf) { in Check_GetDirectBufferCapacity()
|
D | Init.cpp | 621 char* buf = strdup(opt); in processXjitoffset() local 651 char* buf = strdup(opt); in processXjitmethod() local
|
D | UtfString.cpp | 309 int start, int len, char* buf) in dvmGetStringUtfRegion()
|
/dalvik/vm/compiler/codegen/arm/ |
D | ArchUtility.cpp | 28 static char * decodeRegList(ArmOpcode opcode, int vector, char *buf) in decodeRegList() 76 static void buildInsnString(const char *fmt, ArmLIR *lir, char* buf, in buildInsnString() 243 char buf[256]; in dvmDumpResourceMask() local 298 char buf[256]; in dvmDumpLIRInsn() local
|
/dalvik/vm/compiler/codegen/mips/ |
D | ArchUtility.cpp | 34 static void buildInsnString(const char *fmt, MipsLIR *lir, char* buf, in buildInsnString() 167 char buf[256]; in dvmDumpResourceMask() local 221 char buf[256]; in dvmDumpLIRInsn() local
|
/dalvik/vm/hprof/ |
D | HprofOutput.cpp | 24 #define U2_TO_BUF_BE(buf, offset, value) \ argument 33 #define U4_TO_BUF_BE(buf, offset, value) \ argument 44 #define U8_TO_BUF_BE(buf, offset, value) \ argument 93 unsigned char buf[4]; in hprofContextInit() local
|
/dalvik/tools/hprof-conv/ |
D | HprofConv.c | 275 static uint16_t get2BE(const unsigned char* buf) in get2BE() 286 static uint32_t get4BE(const unsigned char* buf) in get4BE() 297 static void set4BE(unsigned char* buf, uint32_t val) in set4BE() 324 const unsigned char* buf = origBuf; in computeClassDumpLen() local 430 unsigned char* buf = origBuf; in processHeapDump() local 633 unsigned char* buf = ebGetBuffer(pBuf); in filterData() local
|
/dalvik/libdex/ |
D | SysUtil.cpp | 316 int sysWriteFully(int fd, const void* buf, size_t count, const char* logMsg) in sysWriteFully() 339 unsigned char buf[kBufSize]; in sysCopyFileToFile() local
|
/dalvik/tests/070-nio-buffer/src/ |
D | Main.java | 29 ByteBuffer buf = ByteBuffer.allocateDirect(16); in main() local
|
/dalvik/vm/alloc/ |
D | DdmHeap.cpp | 61 u1 *buf, *b; in dvmDdmSendHeapInfo() local 178 u1 *buf; member
|
/dalvik/dx/src/com/android/dx/util/ |
D | TwoColumnOutput.java | 232 private static void appendNewlineIfNecessary(StringBuffer buf, in appendNewlineIfNecessary()
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
D | TwoColumnOutput.java | 232 private static void appendNewlineIfNecessary(StringBuffer buf, in appendNewlineIfNecessary()
|
/dalvik/vm/native/ |
D | dalvik_system_VMRuntime.cpp | 182 char buf[64]; in Dalvik_dalvik_system_VMRuntime_vmVersion() local
|
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
D | Output.java | 298 char[] buf = new char[targetLen + arrayDepth * 2]; in descriptorToDot() local
|
/dalvik/tools/dmtracedump/ |
D | TraceDump.c | 1407 char buf[80]; in printInclusiveMethod() local 1729 char buf[40]; in printInclusiveProfile() local 1870 void printHtmlField(char *buf, int width) in printHtmlField() 1976 char buf[80]; in printClassProfiles() local 2017 char buf[80]; in printClassProfiles() local 2208 char buf[80]; in printMethodProfiles() local 2248 char buf[80]; in printMethodProfiles() local
|