Searched refs:ILOG (Results 1 - 11 of 11) sorted by relevance

/dalvik/vm/mterp/c/
H A Dheader.c138 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__)
139 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__)
140 # define ILOG(_level, ...) do { \ macro
/dalvik/vm/mterp/out/
H A DInterpC-armv4t.c145 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__)
146 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__)
147 # define ILOG(_level, ...) do { \ macro
H A DInterpC-armv5te-vfp.c145 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__)
146 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__)
147 # define ILOG(_level, ...) do { \ macro
H A DInterpC-armv5te.c145 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__)
146 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__)
147 # define ILOG(_level, ...) do { \ macro
H A DInterpC-armv7-a-neon.c145 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__)
146 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__)
147 # define ILOG(_level, ...) do { \ macro
H A DInterpC-armv7-a.c145 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__)
146 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__)
147 # define ILOG(_level, ...) do { \ macro
H A DInterpC-x86-atom.c145 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__)
146 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__)
147 # define ILOG(_level, ...) do { \ macro
H A DInterpC-x86.c145 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__)
146 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__)
147 # define ILOG(_level, ...) do { \ macro
H A DInterpC-allstubs.c145 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__)
146 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__)
147 # define ILOG(_level, ...) do { \ macro
H A DInterpC-portdbg.c145 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__)
146 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__)
147 # define ILOG(_level, ...) do { \ macro
H A DInterpC-portstd.c145 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__)
146 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__)
147 # define ILOG(_level, ...) do { \ macro

Completed in 119 milliseconds