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.h628 if (depth < current_namespace_.size()) { in SetNamespaceForClass()
629 const std::string& name = current_namespace_[depth]; in SetNamespaceForClass()
639 current_namespace_.push_back(std::move(name)); in SetNamespaceForClass()
647 DCHECK_LE(depth, current_namespace_.size()); in CloseNamespacesAboveDepth()
648 while (current_namespace_.size() > depth) { in CloseNamespacesAboveDepth()
650 current_namespace_.pop_back(); in CloseNamespacesAboveDepth()
664 std::vector<std::string> current_namespace_; variable