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() 963 size_t indent_; member in art::HGraphVisualizerPrinter
|
/art/runtime/jni/ |
D | check_jni.cc | 340 : function_name_(functionName), indent_(0), flags_(flags), has_method_(has_method) { in ScopedCheck() 584 indent_ = methodName.size() + 1; in Check() 587 indent_ = 0; in Check() 590 … LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str()); in Check() 635 indent_ = methodName.size() + 1; in CheckNonHeap() 638 indent_ = 0; in CheckNonHeap() 641 … LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str()); in CheckNonHeap() 1537 int indent_; member in art::__anon52b56ecf0111::ScopedCheck
|