Searched refs:push_front (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | register_allocator_test.cc | 899 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()
|
D | ssa_liveness_analysis.h | 293 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/ |
D | dex2oat.cc | 1057 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/ |
D | intrusive_forward_list.h | 188 void push_front(value_type& value) { in push_front() function
|
/art/runtime/ |
D | transaction.cc | 260 intern_string_logs_.push_front(std::move(log)); in LogInternedString()
|
D | instrumentation.cc | 1239 stack->push_front(instrumentation_frame); in PushInstrumentationStackFrame()
|
D | monitor.cc | 1538 list_.push_front(m); in Add()
|