Searched refs:ILOGD (Results 1 - 12 of 12) sorted by relevance

/dalvik/vm/mterp/portable/
H A Denddefs.cpp4 ILOGD("|-- Leaving interpreter loop"); // note "curMethod" may be NULL
H A Dentry.cpp55 ILOGD("|-- Now interpreting %s.%s", curMethod->clazz->descriptor,
/dalvik/vm/mterp/c/
H A Dheader.cpp118 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
134 # define ILOGD(...) ((void)0) macro
H A DgotoTargets.cpp575 ILOGD("> (return to %s.%s %s)", curMethod->clazz->descriptor,
907 ILOGD("> pc <-- %s.%s %s", curMethod->clazz->descriptor,
923 ILOGD("> native <-- %s.%s %s", methodToCall->clazz->descriptor,
951 ILOGD("> retval=0x%llx (leaving native)", retval.j);
952 ILOGD("> (return from native %s.%s to %s.%s %s)",
/dalvik/vm/mterp/out/
H A DInterpC-x86-atom.cpp125 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
141 # define ILOGD(...) ((void)0) macro
1890 ILOGD("> (return to %s.%s %s)", curMethod->clazz->descriptor,
2222 ILOGD("> pc <-- %s.%s %s", curMethod->clazz->descriptor,
2238 ILOGD("> native <-- %s.%s %s", methodToCall->clazz->descriptor,
2266 ILOGD("> retval=0x%llx (leaving native)", retval.j);
2267 ILOGD("> (return from native %s.%s to %s.%s %s)",
H A DInterpC-x86.cpp125 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
141 # define ILOGD(...) ((void)0) macro
1832 ILOGD("> (return to %s.%s %s)", curMethod->clazz->descriptor,
2164 ILOGD("> pc <-- %s.%s %s", curMethod->clazz->descriptor,
2180 ILOGD("> native <-- %s.%s %s", methodToCall->clazz->descriptor,
2208 ILOGD("> retval=0x%llx (leaving native)", retval.j);
2209 ILOGD("> (return from native %s.%s to %s.%s %s)",
H A DInterpC-portable.cpp125 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
141 # define ILOGD(...) ((void)0) macro
1158 ILOGD("|-- Now interpreting %s.%s", curMethod->clazz->descriptor,
3601 ILOGD("> (return to %s.%s %s)", curMethod->clazz->descriptor,
3933 ILOGD("> pc <-- %s.%s %s", curMethod->clazz->descriptor,
3949 ILOGD("> native <-- %s.%s %s", methodToCall->clazz->descriptor,
3977 ILOGD("> retval=0x%llx (leaving native)", retval.j);
3978 ILOGD("> (return from native %s.%s to %s.%s %s)",
4002 ILOGD("|-- Leaving interpreter loop"); // note "curMethod" may be NULL
H A DInterpC-allstubs.cpp125 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
141 # define ILOGD(...) ((void)0) macro
3651 ILOGD("> (return to %s.%s %s)", curMethod->clazz->descriptor,
3983 ILOGD("> pc <-- %s.%s %s", curMethod->clazz->descriptor,
3999 ILOGD("> native <-- %s.%s %s", methodToCall->clazz->descriptor,
4027 ILOGD("> retval=0x%llx (leaving native)", retval.j);
4028 ILOGD("> (return from native %s.%s to %s.%s %s)",
H A DInterpC-armv5te-vfp.cpp125 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
141 # define ILOGD(...) ((void)0) macro
H A DInterpC-armv5te.cpp125 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
141 # define ILOGD(...) ((void)0) macro
H A DInterpC-armv7-a-neon.cpp125 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
141 # define ILOGD(...) ((void)0) macro
H A DInterpC-armv7-a.cpp125 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) macro
141 # define ILOGD(...) ((void)0) macro

Completed in 91 milliseconds