Home
last modified time | relevance | path

Searched refs:current_namespace_ (Results 1 – 1 of 1) sorted by relevance

/art/compiler/debug/
Delf_debug_info_writer.h638 if (depth < current_namespace_.size()) { in SetNamespaceForClass()
639 const std::string& name = current_namespace_[depth]; in SetNamespaceForClass()
649 current_namespace_.push_back(std::move(name)); in SetNamespaceForClass()
657 DCHECK_LE(depth, current_namespace_.size()); in CloseNamespacesAboveDepth()
658 while (current_namespace_.size() > depth) { in CloseNamespacesAboveDepth()
660 current_namespace_.pop_back(); in CloseNamespacesAboveDepth()
674 std::vector<std::string> current_namespace_; variable