Searched refs:instrumented (Results 1 - 4 of 4) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.h36 void SetQuickAllocEntryPointsInstrumented(bool instrumented)
H A Dquick_alloc_entrypoints.cc220 void SetQuickAllocEntryPoints##suffix(QuickEntryPoints* qpoints, bool instrumented) { \
221 if (instrumented) { \
267 void SetQuickAllocEntryPointsInstrumented(bool instrumented) { argument
268 entry_points_instrumented = instrumented;
/art/runtime/
H A Dinstrumentation.cc218 return true; // Ignore unresolved methods since they will be instrumented after resolution.
236 LOG(INFO) << "Ignoring already instrumented " << frame.Dump();
605 void Instrumentation::SetEntrypointsInstrumented(bool instrumented) { argument
616 SetQuickAllocEntryPointsInstrumented(instrumented);
H A Dinstrumentation.h339 // Called when an instrumented method is entered. The intended link register (lr) is saved so
346 // Called when an instrumented method is exited. Removes the pushed instrumentation frame
381 void SetEntrypointsInstrumented(bool instrumented) NO_THREAD_SAFETY_ANALYSIS;
492 // Greater than 0 if quick alloc entry points instrumented.

Completed in 66 milliseconds