Home | History | Annotate | Download | only in runtime

Lines Matching refs:indent_

251       : function_name_(functionName), flags_(flags), indent_(0), has_method_(has_method) {
495 indent_ = methodName.size() + 1;
498 indent_ = 0;
501 LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str());
546 indent_ = methodName.size() + 1;
549 indent_ = 0;
552 LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str());
1359 int indent_;