Home | History | Annotate | Download | only in mirror

Lines Matching refs:PrettyMethod

159     DCHECK(IsNative() || IsCalleeSaveMethod() || IsProxyMethod()) << PrettyMethod(this);
180 << ") in " << PrettyMethod(this);
208 << " in " << PrettyMethod(this);
299 LOG(INFO) << StringPrintf("Invoking '%s' %s code=%p", PrettyMethod(this).c_str(),
332 LOG(INFO) << StringPrintf("Returned '%s' %s code=%p", PrettyMethod(this).c_str(),
342 LOG(INFO) << "Not invoking '" << PrettyMethod(this) << "' code=null";
355 CHECK(IsNative()) << PrettyMethod(this);
356 CHECK(!IsFastNative()) << PrettyMethod(this);
357 CHECK(native_method != NULL) << PrettyMethod(this);
365 CHECK(IsNative() && !IsFastNative()) << PrettyMethod(this);