Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_test.cc899 first->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, false, 8)); in TEST_F()
900 first->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, false, 7)); in TEST_F()
901 first->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, false, 6)); in TEST_F()
922 third->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, false, 8)); in TEST_F()
923 third->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, false, 4)); in TEST_F()
924 third->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, false, 3)); in TEST_F()
Dssa_liveness_analysis.h293 uses_.push_front(*new_use); in AddTempUse()
355 env_uses_.push_front(*new_env_use);
359 uses_.push_front(*new_use);
399 uses_.push_front(*new_use); in AddPhiUse()
Dnodes.h2085 uses_.push_front(*new_node); in AddUseAt()
2095 env_uses_.push_front(*new_node); in AddEnvUseAt()
/art/compiler/utils/
Dintrusive_forward_list_test.cc209 ref.push_front(3); in PushPop()
210 ifl.push_front(value3); in PushPop()
213 ref.push_front(7); in PushPop()
214 ifl.push_front(value7); in PushPop()
Dintrusive_forward_list.h188 void push_front(value_type& value) { in push_front() function
/art/dex2oat/
Ddex2oat.cc1057 char_backing_storage_.push_front(base_img + image_name); in ExpandOatAndImageFilenames()
1061 char_backing_storage_.push_front(base_oat + oat_name); in ExpandOatAndImageFilenames()
1065 char_backing_storage_.push_front(base_symbol_oat + oat_name); in ExpandOatAndImageFilenames()
1144 char_backing_storage_.push_front(std::move(*map.Get(key))); in AssignIfExists()
1153 char_backing_storage_.push_front(std::move(val)); in AssignIfExists()
/art/runtime/
Dtransaction.cc260 intern_string_logs_.push_front(std::move(log)); in LogInternedString()
Dinstrumentation.cc1239 stack->push_front(instrumentation_frame); in PushInstrumentationStackFrame()
Dmonitor.cc1538 list_.push_front(m); in Add()
Dclass_linker.cc1153 out_dex_file_names->push_front(name.Ptr()); in FlattenPathClassLoader()