Searched refs:indent_ (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dgraph_visualizer.cc44 indent_(0) {}
49 indent_++;
53 indent_--;
84 for (size_t i = 0; i < indent_; ++i) {
344 size_t indent_; member in class:art::HGraphVisualizerPrinter
/art/runtime/
H A Dcheck_jni.cc133 : function_name_(functionName), flags_(flags), indent_(0), has_method_(has_method) {
373 indent_ = methodName.size() + 1;
376 indent_ = 0;
379 LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str());
424 indent_ = methodName.size() + 1;
427 indent_ = 0;
430 LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str());
1171 int indent_; member in class:art::ScopedCheck

Completed in 320 milliseconds