Searched defs:Instrumentation (Results 1 - 3 of 3) sorted by relevance

/art/test/Instrumentation/
H A DInstrumentation.java17 public class Instrumentation { class
/art/runtime/
H A Dinstrumentation.h60 // Instrumentation event listener API. Registered listeners will get the appropriate call back for
161 // Instrumentation is a catch-all for when extra information is required from the runtime. The
162 // typical use for instrumentation is for profiling and debugging. Instrumentation may add stubs
165 class Instrumentation { class in namespace:art::instrumentation
187 Instrumentation();
717 DISALLOW_COPY_AND_ASSIGN(Instrumentation);
719 std::ostream& operator<<(std::ostream& os, const Instrumentation::InstrumentationEvent& rhs);
720 std::ostream& operator<<(std::ostream& os, const Instrumentation::InstrumentationLevel& rhs);
H A Dinstrumentation.cc78 // Instrumentation works on non-inlined frames by updating returned PCs
85 explicit InstallStubsClassVisitor(Instrumentation* instrumentation)
94 Instrumentation* const instrumentation_;
98 Instrumentation::Instrumentation() function in class:art::instrumentation::Instrumentation
122 void Instrumentation::InstallStubsForClass(mirror::Class* klass) {
140 bool Instrumentation::NeedDebugVersionFor(ArtMethod* method) const
151 void Instrumentation::InstallStubsForMethod(ArtMethod* method) {
303 // Instrumentation stack frames are in descending frame id order.
338 Instrumentation* instrumentatio
[all...]

Completed in 473 milliseconds