Home
last modified time | relevance | path

Searched refs:AddAll (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/
Dzone.h187 AddAll(other, zone); in ZoneList()
195 void AddAll(const List<T, ZoneAllocationPolicy>& other, Zone* zone) { in AddAll() function
196 List<T, ZoneAllocationPolicy>::AddAll(other, ZoneAllocationPolicy(zone)); in AddAll()
198 void AddAll(const Vector<T>& other, Zone* zone) { in AddAll() function
199 List<T, ZoneAllocationPolicy>::AddAll(other, ZoneAllocationPolicy(zone)); in AddAll()
Dlist-inl.h28 void List<T, P>::AddAll(const List<T, P>& other, P alloc) { in AddAll() function
29 AddAll(other.ToVector(), alloc); in AddAll()
34 void List<T, P>::AddAll(const Vector<T>& other, P alloc) { in AddAll() function
Dlist.h94 void AddAll(const List<T, AllocationPolicy>& other,
98 void AddAll(const Vector<T>& other,
Dbit-vector.h106 void AddAll() { memset(data_, -1, sizeof(uintptr_t) * data_length_); } in AddAll() function
Dd8.cc2336 workers_copy.AddAll(workers_); in CleanupWorkers()
/external/v8/test/cctest/
Dtest-list.cc86 list.AddAll(other_list); in TEST()
98 list.AddAll(other_list); in TEST()
/external/v8/src/snapshot/
Dsnapshot-source-sink.cc39 data_.AddAll(Vector<byte>(const_cast<byte*>(data), number_of_bytes)); in PutRaw()
Dserialize.cc2323 code_buffer_.AddAll(Vector<byte>(code->address(), size)); in CopyCode()
/external/v8/src/profiler/
Dallocation-tracker.cc214 copy.AddAll(unresolved_locations_); in PrepareForSerialization()
/external/v8/src/compiler/
Dast-loop-assignment-analyzer.cc35 bits->AddAll(); in Enter()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1802 inputs_.AddAll(operands, zone); in LCallWithDescriptor()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1810 inputs_.AddAll(operands, zone); in LCallWithDescriptor()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1764 inputs_.AddAll(operands, zone); in LCallWithDescriptor()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1792 inputs_.AddAll(operands, zone); in LCallWithDescriptor()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1801 inputs_.AddAll(operands, zone); in LCallWithDescriptor()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1826 inputs_.AddAll(operands, zone); in LCallWithDescriptor()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1733 inputs_.AddAll(operands, zone); in LCallWithDescriptor()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1497 inputs_.AddAll(operands, zone); in LCallWithDescriptor()
/external/v8/src/heap/
Dspaces.cc165 free_list_.AddAll(allocation_list_); in GetNextAllocationBlock()
/external/v8/src/parsing/
Dparser.cc5224 call_args->AddAll(*expressions, zone()); in CloseTemplateLiteral()
/external/v8/src/crankshaft/
Dhydrogen.cc13052 values_.AddAll(other->values_, zone()); in Initialize()