Searched refs:indent_ (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | graph_visualizer.cc | 199 indent_(0) {} in HGraphVisualizerPrinter() 210 indent_++; in StartTag() 214 indent_--; in EndTag() 245 for (size_t i = 0; i < indent_; ++i) { in AddIndent() 842 size_t indent_; member in art::HGraphVisualizerPrinter
|
/art/runtime/ |
D | check_jni.cc | 316 : function_name_(functionName), indent_(0), flags_(flags), has_method_(has_method) { in ScopedCheck() 560 indent_ = methodName.size() + 1; in Check() 563 indent_ = 0; in Check() 566 … LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str()); in Check() 611 indent_ = methodName.size() + 1; in CheckNonHeap() 614 indent_ = 0; in CheckNonHeap() 617 … LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str()); in CheckNonHeap() 1473 int indent_; member in art::__anona2e1a4fa0111::ScopedCheck
|