Searched refs:dvmPrintHexDumpEx (Results 1 – 3 of 3) sorted by relevance
/dalvik/vm/ |
D | Misc.h | 71 void dvmPrintHexDumpEx(int priority, const char* tag, const void* vaddr, 78 dvmPrintHexDumpEx(ANDROID_LOG_INFO, LOG_TAG, in dvmPrintHexDump() 88 dvmPrintHexDumpEx(ANDROID_LOG_VERBOSE, (tag != NULL) ? tag : LOG_TAG, in dvmPrintHexDumpDbg()
|
D | InlineNative.cpp | 186 dvmPrintHexDumpEx(ANDROID_LOG_INFO, LOG_TAG, in badMatch() 189 dvmPrintHexDumpEx(ANDROID_LOG_INFO, LOG_TAG, in badMatch()
|
D | Misc.cpp | 47 void dvmPrintHexDumpEx(int priority, const char* tag, const void* vaddr, in dvmPrintHexDumpEx() function
|