Home
last modified time | relevance | path

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

/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc45 DCHECK_LE(aligned_offset - unprocessed_patches_.front().second, max_positive_displacement_); in ReserveSpaceEnd()
102 next_aligned_offset - unprocessed_patches_.front().second > max_positive_displacement_) { in ReserveSpaceInternal()
151 MethodReference patch_ref = unprocessed_patches_.front().first; in ReserveSpaceProcessPatches()
152 uint32_t patch_offset = unprocessed_patches_.front().second; in ReserveSpaceProcessPatches()
/art/runtime/base/
Ddchecked_vector.h134 reference front() { DCHECK(!empty()); return Base::front(); } in front() function
135 const_reference front() const { DCHECK(!empty()); return Base::front(); } in front() function
Dbounded_fifo.h56 const T& front() const { in front() function
Dtiming_logger.cc153 return timings_.back().GetTime() - timings_.front().GetTime(); in GetTotalNs()
/art/compiler/utils/
Darray_ref.h145 reference front() { in front() function
150 const_reference front() const { in front() function
Dintrusive_forward_list.h168 reference front() { return *begin(); } in front() function
169 const_reference front() const { return *begin(); } in front() function
358 value_type& value = front(); in reverse()
Dintrusive_forward_list_test.cc103 ASSERT_EQ(3, ifl.front()); in TEST()
107 ASSERT_EQ(7, ifl.front()); in TEST()
111 ASSERT_EQ(3, ifl.front()); in TEST()
/art/compiler/debug/
Delf_debug_line_writer.h187 class_name.front() == 'L' && // Type descriptor for a class. in WriteCompilationUnit()
243 int first_line = dex2line_map.front().line_; in WriteCompilationUnit()
Delf_debug_writer.cc61 … DCHECK_EQ(cu.methods.front()->is_code_address_text_relative, mi.is_code_address_text_relative); in WriteDebugInfo()
/art/compiler/optimizing/
Dinstruction_simplifier_shared.cc109 HInstruction* use = mul->GetUses().front().GetUser(); in TryCombineMultiplyAccumulate()
Dprepare_for_register_allocation.cc167 HInstruction* user = condition->GetUses().front().GetUser(); in VisitCondition()
Dregister_allocator_test.cc453 ASSERT_EQ(20u, register_allocator.unhandled_->front()->GetStart()); in TEST_F()
Dnodes.cc1692 const HUseListNode<HInstruction*>& use = insn->GetUses().front(); in RemoveUsesOfDeadInstruction()
/art/runtime/
Dthread_pool.cc204 Task* task = tasks_.front(); in TryGetTaskLocked()
Dinstrumentation.cc1056 InstrumentationStackFrame instrumentation_frame = stack->front(); in PopInstrumentationStackFrame()
1117 InstrumentationStackFrame instrumentation_frame = stack->front(); in PopMethodForUnwind()
Dprofiler.cc455 ArtMethod* method = stack.front().first; in RecordStack()
Dclass_linker.cc282 ArtField* field = grouped_and_sorted_fields->front(); in ShuffleForward()
7133 ArtField* field = grouped_and_sorted_fields.front(); in LinkFields()
/art/runtime/gc/collector/
Dmark_compact.cc528 lock_word = lock_words_to_restore_.front(); in MoveObject()
Dmark_sweep.cc791 obj = prefetch_fifo.front(); in Run()
1414 obj = prefetch_fifo.front(); in ProcessMarkStack()
/art/compiler/
Doat_writer.cc2242 size_t oat_index = image_writer_->GetOatIndexForDexFile(dex_files_->front()); in SetMultiOatRelativePatcherAdjustment()
/art/compiler/driver/
Dcompiler_driver.cc734 current_dex_to_dex_methods_ = &dex_to_dex_references.front().GetMethodIndexes(); in CompileOne()
/art/runtime/gc/
Dheap.cc511 uint8_t* heap_begin = continuous_spaces_.front()->Begin(); in Heap()
/art/compiler/utils/arm/
Dassembler_thumb2.cc158 FixupId fixup_id = fixups_to_recalculate.front(); in AdjustFixups()