Searched refs:rend (Results 1 - 12 of 12) sorted by relevance

/art/compiler/utils/
H A Darray_ref.h125 reverse_iterator rend() { return reverse_iterator(begin()); } function in class:art::ArrayRef
126 const_reverse_iterator rend() const { return const_reverse_iterator(begin()); } function in class:art::ArrayRef
/art/runtime/base/
H A Dstringpiece.h138 const_reverse_iterator rend() const { function in class:art::StringPiece
H A Ddchecked_vector.h104 using Base::rend;
/art/runtime/gc/
H A Dallocation_record.cc104 for (auto it = entries_.rbegin(), end = entries_.rend(); it != end; ++it) {
H A Dallocation_record.h288 return entries_.rend();
/art/runtime/
H A Dtrace.cc250 for (auto rit = stack_trace->rbegin(); rit != stack_trace->rend(); ++rit) {
260 while (old_rit != old_stack_trace->rend() && rit != stack_trace->rend() && *old_rit == *rit) {
270 for (; rit != stack_trace->rend(); ++rit) {
H A Dinstrumentation.cc297 end = thread->GetInstrumentationStack()->rend(); isi != end; ++isi) {
298 while (ssi != visitor.shadow_stack_.rend() && (*ssi).frame_id_ < (*isi).frame_id_) {
H A Dprofiler.cc527 iter != stack.rend(); ++iter) {
/art/compiler/optimizing/
H A Dssa_liveness_analysis.cc49 for (auto end = worklist->rend(); insert_pos != end; ++insert_pos) {
/art/runtime/gc/allocator/
H A Drosalloc.cc172 if (it != free_page_runs_.rend() && (last_free_page_run = *it)->End(this) == base_ + footprint_) {
226 DCHECK(it != free_page_runs_.rend());
1358 if (it != free_page_runs_.rend() && (last_free_page_run = *it)->End(this) == base_ + footprint_) {
/art/imgdiag/
H A Dimgdiag.cc892 std::sort(value_key_vector.rbegin(), value_key_vector.rend());
/art/compiler/utils/arm/
H A Dassembler_thumb2.cc215 for (auto i = fixups_.rbegin(), end = fixups_.rend(); i != end; ++i) {

Completed in 1648 milliseconds