HomeSort by relevance Sort by last modified time
    Searched defs:AddAll (Results 1 - 6 of 6) sorted by null

  /build/soong/bpfix/bpfix/
bpfix.go 36 func (r FixRequest) AddAll() (result FixRequest) {
  /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) {
bit-vector.h 106 void AddAll() { memset(data_, -1, sizeof(uintptr_t) * data_length_); }
  /external/v8/src/compiler/
bytecode-analysis.cc 59 void BytecodeLoopAssignments::AddAll() { bit_vector_->AddAll(); }
276 loop_stack_.top().loop_info->assignments().AddAll();
  /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));
  /art/oatdump/
oatdump.cc 830 AddAll(unique_string_ids_from_code_, other.unique_string_ids_from_code_);
832 AddAll(dex_code_item_ptrs_, other.dex_code_item_ptrs_);
856 static void AddAll(Dest& dest, const Src& src) {
    [all...]

Completed in 147 milliseconds