/external/v8/src/ |
D | zone.h | 187 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()
|
D | list-inl.h | 28 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
|
D | list.h | 94 void AddAll(const List<T, AllocationPolicy>& other, 98 void AddAll(const Vector<T>& other,
|
D | bit-vector.h | 106 void AddAll() { memset(data_, -1, sizeof(uintptr_t) * data_length_); } in AddAll() function
|
D | d8.cc | 2336 workers_copy.AddAll(workers_); in CleanupWorkers()
|
/external/v8/test/cctest/ |
D | test-list.cc | 86 list.AddAll(other_list); in TEST() 98 list.AddAll(other_list); in TEST()
|
/external/v8/src/snapshot/ |
D | snapshot-source-sink.cc | 39 data_.AddAll(Vector<byte>(const_cast<byte*>(data), number_of_bytes)); in PutRaw()
|
D | serialize.cc | 2323 code_buffer_.AddAll(Vector<byte>(code->address(), size)); in CopyCode()
|
/external/v8/src/profiler/ |
D | allocation-tracker.cc | 214 copy.AddAll(unresolved_locations_); in PrepareForSerialization()
|
/external/v8/src/compiler/ |
D | ast-loop-assignment-analyzer.cc | 35 bits->AddAll(); in Enter()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 1802 inputs_.AddAll(operands, zone); in LCallWithDescriptor()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 1810 inputs_.AddAll(operands, zone); in LCallWithDescriptor()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 1764 inputs_.AddAll(operands, zone); in LCallWithDescriptor()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 1792 inputs_.AddAll(operands, zone); in LCallWithDescriptor()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 1801 inputs_.AddAll(operands, zone); in LCallWithDescriptor()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 1826 inputs_.AddAll(operands, zone); in LCallWithDescriptor()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 1733 inputs_.AddAll(operands, zone); in LCallWithDescriptor()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1497 inputs_.AddAll(operands, zone); in LCallWithDescriptor()
|
/external/v8/src/heap/ |
D | spaces.cc | 165 free_list_.AddAll(allocation_list_); in GetNextAllocationBlock()
|
/external/v8/src/parsing/ |
D | parser.cc | 5224 call_args->AddAll(*expressions, zone()); in CloseTemplateLiteral()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 13052 values_.AddAll(other->values_, zone()); in Initialize()
|