HomeSort by relevance Sort by last modified time
    Searched refs:AddAll (Results 1 - 25 of 30) sorted by null

1 2

  /external/v8/src/zone/
zone.h 172 AddAll(other, zone);
180 void AddAll(const List<T, ZoneAllocationPolicy>& other, Zone* zone) {
181 List<T, ZoneAllocationPolicy>::AddAll(other, ZoneAllocationPolicy(zone));
183 void AddAll(const Vector<T>& other, Zone* zone) {
184 List<T, ZoneAllocationPolicy>::AddAll(other, ZoneAllocationPolicy(zone));
  /external/v8/src/snapshot/
snapshot-source-sink.cc 38 data_.AddAll(Vector<byte>(const_cast<byte*>(data), number_of_bytes));
serializer.cc 326 code_buffer_.AddAll(Vector<byte>(code->address(), size));
  /external/v8/src/compiler/
bytecode-analysis.h 29 void AddAll();
bytecode-liveness-map.h 58 void MarkAllLive() { bit_vector_.AddAll(); }
bytecode-analysis.cc 59 void BytecodeLoopAssignments::AddAll() { bit_vector_->AddAll(); }
276 loop_stack_.top().loop_info->assignments().AddAll();
ast-loop-assignment-analyzer.cc 36 bits->AddAll();
  /external/v8/src/
list-inl.h 29 void List<T, P>::AddAll(const List<T, P>& other, P alloc) {
30 AddAll(other.ToVector(), alloc);
35 void List<T, P>::AddAll(const Vector<T>& other, P alloc) {
list.h 94 void AddAll(const List<T, AllocationPolicy>& other,
98 void AddAll(const Vector<T>& other,
bit-vector.h 106 void AddAll() { memset(data_, -1, sizeof(uintptr_t) * data_length_); }
  /build/soong/bpfix/cmd/
bpfix.go 134 fixRequest := bpfix.NewFixRequest().AddAll()
  /external/v8/src/profiler/
allocation-tracker.cc 212 copy.AddAll(unresolved_locations_);
  /build/soong/bpfix/bpfix/
bpfix.go 58 func (r FixRequest) AddAll() (result FixRequest) {
  /build/soong/androidmk/cmd/androidmk/
androidmk.go 243 tree, err := fixer.Fix(bpfix.NewFixRequest().AddAll())
  /external/v8/src/heap/
heap-inl.h 696 old_space_strings_.AddAll(new_space_strings_);
  /art/oatdump/
oatdump.cc     [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.h     [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h     [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h     [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.h     [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h     [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h     [all...]

Completed in 1276 milliseconds

1 2