Home
last modified time | relevance | path

Searched refs:instrumented (Results 1 – 6 of 6) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.h36 void SetQuickAllocEntryPointsInstrumented(bool instrumented)
Dquick_alloc_entrypoints.cc218 void SetQuickAllocEntryPoints##suffix(QuickEntryPoints* qpoints, bool instrumented) { \
219 if (instrumented) { \
265 void SetQuickAllocEntryPointsInstrumented(bool instrumented) { in SetQuickAllocEntryPointsInstrumented() argument
266 entry_points_instrumented = instrumented; in SetQuickAllocEntryPointsInstrumented()
/art/runtime/
Dinstrumentation.cc636 void Instrumentation::SetEntrypointsInstrumented(bool instrumented) { in SetEntrypointsInstrumented() argument
644 SetQuickAllocEntryPointsInstrumented(instrumented); in SetEntrypointsInstrumented()
646 alloc_entrypoints_instrumented_ = instrumented; in SetEntrypointsInstrumented()
649 SetQuickAllocEntryPointsInstrumented(instrumented); in SetEntrypointsInstrumented()
651 alloc_entrypoints_instrumented_ = instrumented; in SetEntrypointsInstrumented()
Dinstrumentation.h460 void SetEntrypointsInstrumented(bool instrumented) NO_THREAD_SAFETY_ANALYSIS;
/art/runtime/gc/
Dheap.cc1686 bool instrumented, in AllocateInternalWithGc() argument
1705 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1721 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1741 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1771 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1789 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1834 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
Dheap.h857 bool instrumented,