Home
last modified time | relevance | path

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

/art/compiler/utils/
Darray_ref.h115 const_iterator cbegin() const { return array_; } in cbegin() function
124 const_reverse_iterator crend() const { return const_reverse_iterator(cbegin()); } in crend()
/art/compiler/
Delf_writer_quick.cc650 for (auto it = dynamics_.cbegin(); it != dynamics_.cend(); ++it) { in GetDynamics()
672 for (auto it = symbols_.cbegin(); it != symbols_.cend(); ++it) { in GenerateSymtab()