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

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
Instrument.java 9 public @interface Instrument {
  /external/vixl/src/vixl/a64/
instrument-a64.h 34 #include "vixl/a64/instrument-a64.h"
74 class Instrument: public DecoderVisitor {
76 explicit Instrument(const char* datafile = NULL,
78 ~Instrument();
instrument-a64.cc 27 #include "vixl/a64/instrument-a64.h"
119 Instrument::Instrument(const char* datafile, uint64_t sample_period)
149 Instrument::~Instrument() {
165 void Instrument::Update() {
178 void Instrument::DumpCounters() {
190 void Instrument::DumpCounterNames() {
202 void Instrument::HandleInstrumentationEvent(unsigned event) {
211 void Instrument::DumpEventMarker(unsigned marker)
    [all...]
  /external/v8/src/arm64/
instrument-arm64.h 53 class Instrument: public DecoderVisitor {
55 explicit Instrument(const char* datafile = NULL,
57 ~Instrument();
instrument-arm64.cc 5 #include "src/arm64/instrument-arm64.h"
97 Instrument::Instrument(const char* datafile, uint64_t sample_period)
126 Instrument::~Instrument() {
142 void Instrument::Update() {
155 void Instrument::DumpCounters() {
167 void Instrument::DumpCounterNames() {
179 void Instrument::HandleInstrumentationEvent(unsigned event) {
188 void Instrument::DumpEventMarker(unsigned marker)
    [all...]
  /external/lldb/source/Expression/
IRDynamicChecks.cpp 120 /// been called, the client calls Instrument, which adds the desired
157 /// Inspect a function to find instructions to instrument
171 /// Instrument all the instructions found by Inspect()
176 bool Instrument ()
213 /// instrument, and, if so, call RegisterInstruction
619 if (!vpc.Instrument())
630 if (!ooc.Instrument())

Completed in 76 milliseconds