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

/dalvik/vm/mterp/c/
H A Dheader.cpp126 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
142 # define ILOGD(...) ((void)0) macro
/dalvik/vm/mterp/out/
H A DInterpC-armv5te-vfp.cpp133 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
149 # define ILOGD(...) ((void)0) macro
H A DInterpC-armv5te.cpp133 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
149 # define ILOGD(...) ((void)0) macro
H A DInterpC-armv7-a-neon.cpp133 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
149 # define ILOGD(...) ((void)0) macro
H A DInterpC-armv7-a.cpp133 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
149 # define ILOGD(...) ((void)0) macro
H A DInterpC-allstubs.cpp133 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
149 # define ILOGD(...) ((void)0) macro
3661 ILOGD("> (return to %s.%s %s)", curMethod->clazz->descriptor,
3993 ILOGD("> pc <-- %s.%s %s", curMethod->clazz->descriptor,
4009 ILOGD("> native <-- %s.%s %s", methodToCall->clazz->descriptor,
4038 ILOGD("> retval=0x%llx (leaving native)", retval.j);
4039 ILOGD("> (return from native %s.%s to %s.%s %s)",
H A DInterpC-mips.cpp133 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
149 # define ILOGD(...) ((void)0) macro
1766 ILOGD("> (return to %s.%s %s)", curMethod->clazz->descriptor,
2098 ILOGD("> pc <-- %s.%s %s", curMethod->clazz->descriptor,
2114 ILOGD("> native <-- %s.%s %s", methodToCall->clazz->descriptor,
2143 ILOGD("> retval=0x%llx (leaving native)", retval.j);
2144 ILOGD("> (return from native %s.%s to %s.%s %s)",
H A DInterpC-portable.cpp133 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
149 # define ILOGD(...) ((void)0) macro
1166 ILOGD("|-- Now interpreting %s.%s", curMethod->clazz->descriptor,
3609 ILOGD("> (return to %s.%s %s)", curMethod->clazz->descriptor,
3941 ILOGD("> pc <-- %s.%s %s", curMethod->clazz->descriptor,
3957 ILOGD("> native <-- %s.%s %s", methodToCall->clazz->descriptor,
3986 ILOGD("> retval=0x%llx (leaving native)", retval.j);
3987 ILOGD("> (return from native %s.%s to %s.%s %s)",
4011 ILOGD("|-- Leaving interpreter loop"); // note "curMethod" may be NULL
H A DInterpC-x86.cpp133 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
149 # define ILOGD(...) ((void)0) macro
1842 ILOGD("> (return to %s.%s %s)", curMethod->clazz->descriptor,
2174 ILOGD("> pc <-- %s.%s %s", curMethod->clazz->descriptor,
2190 ILOGD("> native <-- %s.%s %s", methodToCall->clazz->descriptor,
2219 ILOGD("> retval=0x%llx (leaving native)", retval.j);
2220 ILOGD("> (return from native %s.%s to %s.%s %s)",

Completed in 109 milliseconds