Searched refs:indent_ (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | graph_visualizer.cc | 220 indent_(0) {} in HGraphVisualizerPrinter() 231 indent_++; in StartTag() 235 indent_--; in EndTag() 271 for (size_t i = 0; i < indent_; ++i) { in AddIndent() 967 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() 1535 int indent_; member in art::__anone3a16d5e0111::ScopedCheck
|