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.h654 if (depth < current_namespace_.size()) { in SetNamespaceForClass()
655 const std::string& name = current_namespace_[depth]; in SetNamespaceForClass()
665 current_namespace_.push_back(std::move(name)); in SetNamespaceForClass()
673 DCHECK_LE(depth, current_namespace_.size()); in CloseNamespacesAboveDepth()
674 while (current_namespace_.size() > depth) { in CloseNamespacesAboveDepth()
676 current_namespace_.pop_back(); in CloseNamespacesAboveDepth()
690 std::vector<std::string> current_namespace_; variable