Searched refs:push_front (Results 1 – 10 of 10) sorted by relevance
/art/compiler/optimizing/ |
D | register_allocator_test.cc | 875 first->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, 0u, 8)); in TEST_F() 876 first->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, 0u, 7)); in TEST_F() 877 first->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, 0u, 6)); in TEST_F() 898 third->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, 0u, 8)); in TEST_F() 899 third->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, 0u, 4)); in TEST_F() 900 third->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, 0u, 3)); in TEST_F()
|
D | ssa_liveness_analysis.h | 306 uses_.push_front(*new_use); in AddTempUse() 367 env_uses_.push_front(*new_env_use); 371 uses_.push_front(*new_use); 405 uses_.push_front(*new_use); in AddPhiUse()
|
D | nodes.h | 2168 uses_.push_front(*new_node); in AddUseAt() 2178 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/runtime/ |
D | transaction.cc | 261 intern_string_logs_.push_front(std::move(log)); in LogInternedString()
|
D | monitor.cc | 1608 list_.push_front(m); in Add()
|
D | instrumentation.cc | 1367 stack->push_front(instrumentation_frame); in PushInstrumentationStackFrame()
|
D | class_linker.cc | 1167 dex_files->push_front(name); in GetDexFileNames()
|
/art/dex2oat/ |
D | dex2oat.cc | 1069 char_backing_storage_.push_front(std::move(*map.Get(key))); in AssignIfExists() 1078 char_backing_storage_.push_front(std::move(val)); in AssignIfExists()
|