Home | History | Annotate | Download | only in runtime

Lines Matching defs:function_name_

246       : function_name_(functionName), flags_(flags), indent_(0), has_method_(has_method) {
321 AbortF("the return type of %s does not match %s", function_name_, PrettyMethod(m).c_str());
328 PrettyMethod(m).c_str(), function_name_);
331 PrettyMethod(m).c_str(), function_name_);
481 LOG(INFO) << "JNI: call to " << function_name_ << "(" << msg << ")";
485 LOG(INFO) << "JNI: " << methodName << " -> " << function_name_ << "(" << msg << ")";
488 LOG(INFO) << "JNI: -> " << function_name_ << "(" << msg << ")";
492 LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str());
529 LOG(INFO) << "JNI: call to " << function_name_ << "(" << msg << ")";
536 LOG(INFO) << "JNI: " << methodName << " -> " << function_name_ << "(" << msg << ")";
539 LOG(INFO) << "JNI: -> " << function_name_ << "(" << msg << ")";
543 LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str());
761 AbortF("%s received NULL %s", function_name_, what);
1095 LOG(FATAL) << function_name_ << ": unknown trace format specifier: '" << fmt << "'";
1223 function_name_,
1337 Runtime::Current()->GetJavaVM()->JniAbortV(function_name_, fmt, args);
1342 const char* const function_name_;