Searched refs:push_front (Results 1 – 10 of 10) 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()
|
D | nodes.h | 2085 uses_.push_front(*new_node); in AddUseAt() 2095 env_uses_.push_front(*new_node); in AddEnvUseAt()
|
/art/compiler/utils/ |
D | intrusive_forward_list_test.cc | 209 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()
|
D | intrusive_forward_list.h | 188 void push_front(value_type& value) { in push_front() function
|
/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/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()
|
D | class_linker.cc | 1153 out_dex_file_names->push_front(name.Ptr()); in FlattenPathClassLoader()
|