Searched refs:indent_ (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | graph_visualizer.cc | 198 indent_(0) {} in HGraphVisualizerPrinter() 209 indent_++; in StartTag() 213 indent_--; in EndTag() 244 for (size_t i = 0; i < indent_; ++i) { in AddIndent() 885 size_t indent_; member in art::HGraphVisualizerPrinter
|
/art/runtime/jni/ |
D | check_jni.cc | 319 : function_name_(functionName), indent_(0), flags_(flags), has_method_(has_method) { in ScopedCheck() 563 indent_ = methodName.size() + 1; in Check() 566 indent_ = 0; in Check() 569 … LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str()); in Check() 614 indent_ = methodName.size() + 1; in CheckNonHeap() 617 indent_ = 0; in CheckNonHeap() 620 … LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str()); in CheckNonHeap() 1478 int indent_; member in art::__anon01b981930111::ScopedCheck
|