Lines Matching defs:ILOGD
125 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__)
141 # define ILOGD(...) ((void)0)
5043 ILOGD("> (return to %s.%s %s)", curMethod->clazz->descriptor,
5374 ILOGD("> pc <-- %s.%s %s", curMethod->clazz->descriptor,
5390 ILOGD("> native <-- %s.%s %s", methodToCall->clazz->descriptor,
5418 ILOGD("> retval=0x%llx (leaving native)", retval.j);
5419 ILOGD("> (return from native %s.%s to %s.%s %s)",