Searched refs:Instrument (Results 1 – 17 of 17) sorted by relevance
119 Instrument::Instrument(const char* datafile, uint64_t sample_period) in Instrument() function in vixl::Instrument149 Instrument::~Instrument() { in ~Instrument()165 void Instrument::Update() { in Update()178 void Instrument::DumpCounters() { in DumpCounters()190 void Instrument::DumpCounterNames() { in DumpCounterNames()202 void Instrument::HandleInstrumentationEvent(unsigned event) { in HandleInstrumentationEvent()211 void Instrument::DumpEventMarker(unsigned marker) { in DumpEventMarker()221 Counter* Instrument::GetCounter(const char* name) { in GetCounter()240 void Instrument::Enable() { in Enable()248 void Instrument::Disable() { in Disable()[all …]
74 class Instrument: public DecoderVisitor {76 explicit Instrument(const char* datafile = NULL,78 ~Instrument();
2602 Instrument* instrumentation_;
93 instrumentation_ = new Instrument("vixl_stats.csv", 10); in Simulator()
97 Instrument::Instrument(const char* datafile, uint64_t sample_period) in Instrument() function in v8::internal::Instrument126 Instrument::~Instrument() { in ~Instrument()142 void Instrument::Update() { in Update()155 void Instrument::DumpCounters() { in DumpCounters()167 void Instrument::DumpCounterNames() { in DumpCounterNames()179 void Instrument::HandleInstrumentationEvent(unsigned event) { in HandleInstrumentationEvent()188 void Instrument::DumpEventMarker(unsigned marker) { in DumpEventMarker()198 Counter* Instrument::GetCounter(const char* name) { in GetCounter()217 void Instrument::Enable() { in Enable()225 void Instrument::Disable() { in Disable()[all …]
53 class Instrument: public DecoderVisitor {55 explicit Instrument(const char* datafile = NULL,57 ~Instrument();
802 Instrument* instrument_;
359 instrument_ = new Instrument(FLAG_log_instruction_file, in Simulator()
3 import com.xtremelabs.robolectric.internal.Instrument;5 @Instrument
16 import com.xtremelabs.robolectric.internal.Instrument;224 @Instrument
8 import com.xtremelabs.robolectric.internal.Instrument;196 @Instrument
9 public @interface Instrument { annotation
176 bool Instrument () in Instrument() function in Instrumenter619 if (!vpc.Instrument()) in runOnModule()630 if (!ooc.Instrument()) in runOnModule()
5 import com.xtremelabs.robolectric.internal.Instrument;116 if (ctClass.hasAnnotation(Instrument.class)) { in shouldInstrument()
178 Instrument* inst = NULL; \184 inst = new Instrument("vixl_stats.csv", 10); \
95 CODEGENOPT(ProfileInstrGenerate , 1, 0) ///< Instrument code to generate
177 HelpText<"Instrument the program to emit gcov coverage data when run.">;