Home
last modified time | relevance | path

Searched refs:SetEntrypointsInstrumented (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dalloc_instrumentation.md20 - With a started runtime, `SetEntrypointsInstrumented()` calls `ScopedSuspendAll(`) before updating
Dinstrumentation.cc1093 void Instrumentation::SetEntrypointsInstrumented(bool instrumented) { in SetEntrypointsInstrumented() function in art::instrumentation::Instrumentation
1133 SetEntrypointsInstrumented(true); in InstrumentQuickAllocEntryPointsLocked()
1143 SetEntrypointsInstrumented(false); in UninstrumentQuickAllocEntryPointsLocked()
Dinstrumentation.h629 void SetEntrypointsInstrumented(bool instrumented) NO_THREAD_SAFETY_ANALYSIS;