Home
last modified time | relevance | path

Searched refs:push_front (Results 1 – 7 of 7) 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()
/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/compiler/utils/
Dintrusive_forward_list.h188 void push_front(value_type& value) { in push_front() function
/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()