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.h635 if (depth < current_namespace_.size()) { in SetNamespaceForClass()
636 const std::string& name = current_namespace_[depth]; in SetNamespaceForClass()
646 current_namespace_.push_back(std::move(name)); in SetNamespaceForClass()
654 DCHECK_LE(depth, current_namespace_.size()); in CloseNamespacesAboveDepth()
655 while (current_namespace_.size() > depth) { in CloseNamespacesAboveDepth()
657 current_namespace_.pop_back(); in CloseNamespacesAboveDepth()
671 std::vector<std::string> current_namespace_; variable