Searched refs:stack_trie_root_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dprofiler.cc476 stack_trie_root_ = nullptr;
505 if (stack_trie_root_ == nullptr) {
508 stack_trie_root_ = new StackTrieNode();
511 StackTrieNode* current = stack_trie_root_;
544 if (current != stack_trie_root_ && current->GetCount() == 0) {
694 if (stack_trie_root_ != nullptr) {
695 stack_trie_root_->DeleteChildren();
696 delete stack_trie_root_;
697 stack_trie_root_ = nullptr;
H A Dprofiler.h131 StackTrieNode* stack_trie_root_; // Root of the trie that stores sampled stack information. member in class:art::ProfileSampleResults

Completed in 117 milliseconds