Searched refs:push_back (Results 201 - 225 of 364) sorted by relevance

1234567891011>>

/gem5/src/systemc/core/
H A Dprocess.hh138 void joinWait(::sc_core::sc_join *join) { joinWaiters.push_back(join); }
/gem5/src/systemc/utils/
H A Dvcd.hh88 traceVals.push_back(tv);
/gem5/ext/sst/
H A DExtMaster.cc185 sendQ.push_back(pkt);
/gem5/src/mem/cache/tags/indexing_policies/
H A Dskewed_associative.cc216 entries.push_back(sets[extractSet(addr, way)][way]);
/gem5/src/mem/
H A Dpage_table.cc101 addr_maps->push_back(std::make_pair(iter.first, iter.second.paddr));
H A Dsimple_mem.cc274 ranges.push_back(memory.getAddrRange());
/gem5/src/mem/ruby/system/
H A DCacheRecorder.cc165 m_records.push_back(rec);
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.cc110 mainEventQueue.push_back(new SCEventQueue("events", module));
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-typed-test.h79 values.push_back(n);
/gem5/ext/googletest/googletest/test/
H A Dgtest_stress_test.cc151 properties.push_back(result->GetTestProperty(i));
H A Dgtest-printers_test.cc811 non_empty.push_back(1);
812 non_empty.push_back(3);
862 numbers.push_back(result[i] - '0');
938 v.push_back(1);
939 v.push_back(2);
957 v.push_back(l1);
958 v.push_back(l2);
/gem5/src/base/
H A Dstr.hh82 lower.push_back(std::tolower(c));
H A Dinet.cc274 vec.push_back(opt);
371 vec.push_back(opt);
/gem5/src/arch/mips/
H A Dstacktrace.cc116 stack.push_back(user);
/gem5/src/dev/arm/
H A Dsmmu_v3_proc.cc175 sig.waiting.push_back(this);
/gem5/src/arch/arm/tracers/
H A Dtarmac_record.hh244 queue.push_back(
/gem5/src/arch/x86/
H A Dpagetable_walker.cc81 currStates.push_back(newState);
84 currStates.push_back(newState);
626 writes.push_back(write);
685 writes.push_back(write);
/gem5/src/sim/
H A Dprocess.hh125 contextIds.push_back(context_id);
/gem5/src/gpu-compute/
H A Dbrig_object.cc199 functions.push_back(code_obj);
255 kernels.push_back(code_obj);
H A Dgpu_tlb.cc85 freeList[set].push_back(&tlb.at(x));
116 cpuSidePort.push_back(new CpuSidePort(csprintf("%s-port%d",
122 memSidePort.push_back(new MemSidePort(csprintf("%s-port%d",
234 freeList[i].push_back(entry);
254 freeList[i].push_back(*entryIt);
271 freeList[set].push_back(*entry);
1293 memSidePort[0]->retries.push_back(pkt);
1696 .push_back(localNumTLBAccesses.value());
/gem5/src/mem/ruby/slicc_interface/
H A DAbstractController.cc76 m_delayVCHistogram.push_back(new Stats::Histogram());
192 wokeUpMsgVecs.push_back(buf_iter->second);
/gem5/src/cpu/o3/
H A Dinst_queue_impl.hh597 instList[new_inst->threadNumber].push_back(new_inst);
648 instList[new_inst->threadNumber].push_back(new_inst);
768 instsToExecute.push_back(inst);
862 instsToExecute.push_back(issuing_inst);
1148 deferredMemInsts.push_back(deferred_inst);
1157 blockedMemInsts.push_back(blocked_inst);
/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h127 [](Vector &v, const T &value) { v.push_back(value); },
135 v->push_back(h.cast<T>());
153 v.push_back(h.cast<T>());
223 seq->push_back(v[start]);
399 vec->push_back(*p);
475 cl.def("push_back", (void (Vector::*)(const T&)) &Vector::push_back, "adds an element to the end");
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc929 parsed.push_back(str.substr(pos));
932 parsed.push_back(str.substr(pos, colon - pos));
1077 best_path.push_back(move);
1111 left_ids.push_back(intern_table.GetId(left[i]));
1114 right_ids.push_back(intern_table.GetId(right[i]));
1140 hunk_.push_back(std::make_pair(' ', line));
1144 hunk_removes_.push_back(std::make_pair('-', line));
1148 hunk_adds_.push_back(std::make_pair('+', line));
1284 lines.push_back(str.substr(start, i - start - 1));
1291 lines.push_back(st
[all...]
/gem5/ext/mcpat/cacti/
H A DUcache.cc108 data_arr.push_back(new mem_array);
110 tag_arr.push_back(new mem_array);
179 tag_arr.push_back(new mem_array);
184 data_arr.push_back(new mem_array);
648 list.push_back(res);
837 sol_list.push_back(uca_org_t());
857 sol_list.push_back(uca_org_t());

Completed in 61 milliseconds

1234567891011>>