Searched refs:front (Results 1 - 23 of 23) sorted by relevance

/art/runtime/base/
H A Dbounded_fifo.h56 const T& front() const { function in class:art::BoundedFifoPowerOfTwo
H A Ddchecked_vector.h29 // DCHECK()s for the subscript operator, front(), back(), pop_back(),
133 // Element access: front(), back(). Check not empty.
134 reference front() { DCHECK(!empty()); return Base::front(); } function in class:art::dchecked_vector
135 const_reference front() const { DCHECK(!empty()); return Base::front(); } function in class:art::dchecked_vector
H A Dtiming_logger.cc153 return timings_.back().GetTime() - timings_.front().GetTime();
/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.cc45 DCHECK_LE(aligned_offset - unprocessed_patches_.front().second, max_positive_displacement_);
102 next_aligned_offset - unprocessed_patches_.front().second > max_positive_displacement_) {
151 MethodReference patch_ref = unprocessed_patches_.front().first;
152 uint32_t patch_offset = unprocessed_patches_.front().second;
/art/compiler/debug/
H A Delf_debug_line_writer.h187 class_name.front() == 'L' && // Type descriptor for a class.
243 int first_line = dex2line_map.front().line_;
H A Delf_debug_writer.cc61 DCHECK_EQ(cu.methods.front()->is_code_address_text_relative, mi.is_code_address_text_relative);
/art/compiler/utils/
H A Darray_ref.h145 reference front() { function in class:art::ArrayRef
150 const_reference front() const { function in class:art::ArrayRef
H A Dintrusive_forward_list.h168 reference front() { return *begin(); } function in class:art::IntrusiveForwardList
169 const_reference front() const { return *begin(); } function in class:art::IntrusiveForwardList
358 value_type& value = front();
H A Dintrusive_forward_list_test.cc103 ASSERT_EQ(3, ifl.front());
107 ASSERT_EQ(7, ifl.front());
111 ASSERT_EQ(3, ifl.front());
/art/compiler/optimizing/
H A Dinstruction_simplifier_shared.cc109 HInstruction* use = mul->GetUses().front().GetUser();
H A Dprepare_for_register_allocation.cc167 HInstruction* user = condition->GetUses().front().GetUser();
H A Dregister_allocator_test.cc453 ASSERT_EQ(20u, register_allocator.unhandled_->front()->GetStart());
H A Dnodes.cc1692 const HUseListNode<HInstruction*>& use = insn->GetUses().front();
/art/runtime/
H A Dthread_pool.cc204 Task* task = tasks_.front();
H A Dinstrumentation.cc1056 InstrumentationStackFrame instrumentation_frame = stack->front();
1117 InstrumentationStackFrame instrumentation_frame = stack->front();
H A Dprofiler.cc455 ArtMethod* method = stack.front().first;
H A Dclass_linker.cc282 ArtField* field = grouped_and_sorted_fields->front();
1127 // Reverse order since we insert the parent at the front.
7354 // References should be at the front.
7360 ArtField* field = grouped_and_sorted_fields.front();
/art/runtime/gc/collector/
H A Dmark_compact.cc500 lock_word = lock_words_to_restore_.front();
H A Dmark_sweep.cc793 obj = prefetch_fifo.front();
1416 obj = prefetch_fifo.front();
/art/compiler/
H A Doat_writer.cc2242 size_t oat_index = image_writer_->GetOatIndexForDexFile(dex_files_->front());
/art/compiler/driver/
H A Dcompiler_driver.cc734 current_dex_to_dex_methods_ = &dex_to_dex_references.front().GetMethodIndexes();
/art/runtime/gc/
H A Dheap.cc511 uint8_t* heap_begin = continuous_spaces_.front()->Begin();
/art/compiler/utils/arm/
H A Dassembler_thumb2.cc158 FixupId fixup_id = fixups_to_recalculate.front();

Completed in 3201 milliseconds