HomeSort by relevance Sort by last modified time
    Searched refs:instrumentation_ (Results 1 - 5 of 5) sorted by null

  /art/runtime/
runtime.h 441 return &instrumentation_;
445 return &instrumentation_;
687 instrumentation::Instrumentation instrumentation_; member in class:art::Runtime
instrumentation.cc 314 instrumentation_(instrumentation),
350 if (instrumentation_->ShouldNotifyMethodEnterExitEvents()) {
353 instrumentation_->MethodExitEvent(thread_, instrumentation_frame.this_object_, m,
370 Instrumentation* const instrumentation_; member in struct:art::instrumentation::FINAL
    [all...]
runtime.cc 182 instrumentation_(),
    [all...]
  /external/vixl/src/vixl/a64/
simulator-a64.cc 93 instrumentation_ = new Instrument("vixl_stats.csv", 10);
131 decoder_->RemoveVisitor(instrumentation_);
132 delete instrumentation_;
267 decoder_->AppendVisitor(instrumentation_);
269 decoder_->RemoveVisitor(instrumentation_);
    [all...]
simulator-a64.h     [all...]

Completed in 384 milliseconds