Searched defs:instrumented (Results 1 - 2 of 2) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.cc132 void SetQuickAllocEntryPoints##suffix(QuickEntryPoints* qpoints, bool instrumented) { \
133 if (instrumented) { \
171 void SetQuickAllocEntryPointsInstrumented(bool instrumented) { argument
172 entry_points_instrumented = instrumented;
/art/runtime/
H A Dinstrumentation.cc251 return true; // Ignore unresolved methods since they will be instrumented after resolution.
269 LOG(INFO) << "Ignoring already instrumented " << frame.Dump();
623 void Instrumentation::SetEntrypointsInstrumented(bool instrumented) { argument
634 SetQuickAllocEntryPointsInstrumented(instrumented);

Completed in 41 milliseconds