Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.h1052 tries_(tries), in CodeItem()
1060 uint16_t TriesSize() const { return tries_ == nullptr ? 0 : tries_->size(); } in TriesSize()
1064 TryItemVector* Tries() const { return tries_.get(); } in Tries()
1084 std::unique_ptr<TryItemVector> tries_; // This can be nullptr. variable