Searched defs:ILOGD (Results 1 - 11 of 11) sorted by relevance

/dalvik/vm/mterp/c/
H A Dheader.c136 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
152 # define ILOGD(...) ((void)0) macro
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.c143 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
159 # define ILOGD(...) ((void)0) macro
3700 ILOGD("> (return to %s.%s %s)", curMethod->clazz->descriptor,
4034 ILOGD("> pc <-- %s.%s %s", curMethod->clazz->descriptor,
4061 ILOGD("> native <-- %s.%s %s", methodToCall->clazz->descriptor,
4101 ILOGD("> retval=0x%llx (leaving native)", retval.j);
4102 ILOGD("> (return from native %s.%s to %s.%s %s)",
H A DInterpC-armv4t.c143 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
159 # define ILOGD(...) ((void)0) macro
H A DInterpC-armv5te-vfp.c143 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
159 # define ILOGD(...) ((void)0) macro
H A DInterpC-armv5te.c143 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
159 # define ILOGD(...) ((void)0) macro
H A DInterpC-armv7-a-neon.c143 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
159 # define ILOGD(...) ((void)0) macro
H A DInterpC-armv7-a.c143 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
159 # define ILOGD(...) ((void)0) macro
H A DInterpC-portstd.c143 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
159 # define ILOGD(...) ((void)0) macro
1275 ILOGD("|-- Now interpreting %s.%s", curMethod->clazz->descriptor,
3729 ILOGD("> (return to %s.%s %s)", curMethod->clazz->descriptor,
4063 ILOGD("> pc <-- %s.%s %s", curMethod->clazz->descriptor,
4090 ILOGD("> native <-- %s.%s %s", methodToCall->clazz->descriptor,
4130 ILOGD("> retval=0x%llx (leaving native)", retval.j);
4131 ILOGD("> (return from native %s.%s to %s.%s %s)",
4160 ILOGD("|-- Leaving interpreter loop"); // note "curMethod" may be NULL
H A DInterpC-x86-atom.c143 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
159 # define ILOGD(...) ((void)0) macro
1894 ILOGD("> (return to %s.%s %s)", curMethod->clazz->descriptor,
2228 ILOGD("> pc <-- %s.%s %s", curMethod->clazz->descriptor,
2255 ILOGD("> native <-- %s.%s %s", methodToCall->clazz->descriptor,
2295 ILOGD("> retval=0x%llx (leaving native)", retval.j);
2296 ILOGD("> (return from native %s.%s to %s.%s %s)",
H A DInterpC-x86.c143 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
159 # define ILOGD(...) ((void)0) macro
1831 ILOGD("> (return to %s.%s %s)", curMethod->clazz->descriptor,
2165 ILOGD("> pc <-- %s.%s %s", curMethod->clazz->descriptor,
2192 ILOGD("> native <-- %s.%s %s", methodToCall->clazz->descriptor,
2232 ILOGD("> retval=0x%llx (leaving native)", retval.j);
2233 ILOGD("> (return from native %s.%s to %s.%s %s)",
H A DInterpC-portdbg.c143 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
159 # define ILOGD(...) ((void)0) macro
1525 ILOGD("|-- Now interpreting %s.%s", curMethod->clazz->descriptor,
3979 ILOGD("> (return to %s.%s %s)", curMethod->clazz->descriptor,
4313 ILOGD("> pc <-- %s.%s %s", curMethod->clazz->descriptor,
4340 ILOGD("> native <-- %s.%s %s", methodToCall->clazz->descriptor,
4380 ILOGD("> retval=0x%llx (leaving native)", retval.j);
4381 ILOGD("> (return from native %s.%s to %s.%s %s)",
4410 ILOGD("|-- Leaving interpreter loop"); // note "curMethod" may be NULL

Completed in 149 milliseconds