Searched defs:function_name_ (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/
H A Dcheck_jni.cc316 : function_name_(functionName), indent_(0), flags_(flags), has_method_(has_method) {
391 AbortF("the return type of %s does not match %s", function_name_, m->PrettyMethod().c_str());
398 m->PrettyMethod().c_str(), function_name_);
401 m->PrettyMethod().c_str(), function_name_);
555 LOG(INFO) << "JNI: call to " << function_name_ << "(" << msg << ")";
559 LOG(INFO) << "JNI: " << methodName << " -> " << function_name_ << "(" << msg << ")";
562 LOG(INFO) << "JNI: -> " << function_name_ << "(" << msg << ")";
566 LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str());
603 LOG(INFO) << "JNI: call to " << function_name_ << "(" << msg << ")";
610 LOG(INFO) << "JNI: " << methodName << " -> " << function_name_ << "(" << ms
1471 const char* const function_name_; member in class:art::__anon84::ScopedCheck
[all...]

Completed in 22 milliseconds