Home | History | Annotate | Download | only in vm

Lines Matching refs:thisString

881     char thisString[32] = { 0 };
884 sprintf(thisString, "this=0x%08x ", *sp++);
904 ALOGI("-> %s %s%s %s(%s)", className.c_str(), method->name, signature, thisString, argsString);