Home | History | Annotate | Download | only in runtime

Lines Matching defs:function_name_

251       : function_name_(functionName), flags_(flags), indent_(0), has_method_(has_method) {
326 AbortF("the return type of %s does not match %s", function_name_, m->PrettyMethod().c_str());
333 m->PrettyMethod().c_str(), function_name_);
336 m->PrettyMethod().c_str(), function_name_);
490 LOG(INFO) << "JNI: call to " << function_name_ << "(" << msg << ")";
494 LOG(INFO) << "JNI: " << methodName << " -> " << function_name_ << "(" << msg << ")";
497 LOG(INFO) << "JNI: -> " << function_name_ << "(" << msg << ")";
501 LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str());
538 LOG(INFO) << "JNI: call to " << function_name_ << "(" << msg << ")";
545 LOG(INFO) << "JNI: " << methodName << " -> " << function_name_ << "(" << msg << ")";
548 LOG(INFO) << "JNI: -> " << function_name_ << "(" << msg << ")";
552 LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str());
770 AbortF("%s received NULL %s", function_name_, what);
1108 LOG(FATAL) << function_name_ << ": unknown trace format specifier: '" << fmt << "'";
1237 function_name_,
1351 Runtime::Current()->GetJavaVM()->JniAbortV(function_name_, fmt, args);
1356 const char* const function_name_;