Searched refs:indent_ (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | graph_visualizer.cc | 221 indent_(0) {} in HGraphVisualizerPrinter() 232 indent_++; in StartTag() 236 indent_--; in EndTag() 272 for (size_t i = 0; i < indent_; ++i) { in AddIndent() 953 size_t indent_; member in art::HGraphVisualizerPrinter
|
/art/runtime/jni/ |
D | check_jni.cc | 334 : function_name_(functionName), indent_(0), flags_(flags), has_method_(has_method) { in ScopedCheck() 578 indent_ = methodName.size() + 1; in Check() 581 indent_ = 0; in Check() 584 … LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str()); in Check() 629 indent_ = methodName.size() + 1; in CheckNonHeap() 632 indent_ = 0; in CheckNonHeap() 635 … LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str()); in CheckNonHeap() 1528 int indent_; member in art::__anonaa3778310111::ScopedCheck
|