Searched refs:ran (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/
H A Dexetrace.hh57 void traceInst(const StaticInstPtr &inst, bool ran);
H A Dexetrace.cc72 Trace::ExeTracerRecord::traceInst(const StaticInstPtr &inst, bool ran) argument
121 if (ran) {
/gem5/ext/pybind11/tests/test_embed/
H A Dtest_interpreter.cpp139 bool ran = false; variable
141 py::capsule(&ran, [](void *ran) { py::detail::get_internals(); *static_cast<bool *>(ran) = true; });
144 REQUIRE_FALSE(ran); variable
146 REQUIRE(ran); variable
/gem5/src/arch/arm/
H A Dnativetrace.cc206 bool ran = true; local
208 ran = false;
212 record->traceInst(inst, ran);

Completed in 7 milliseconds