Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.h38 void SetQuickAllocEntryPointsInstrumented(bool instrumented)
Dquick_alloc_entrypoints.cc153 void SetQuickAllocEntryPoints##suffix(QuickEntryPoints* qpoints, bool instrumented) { \
154 if (instrumented) { \
198 void SetQuickAllocEntryPointsInstrumented(bool instrumented) { in SetQuickAllocEntryPointsInstrumented() argument
199 entry_points_instrumented = instrumented; in SetQuickAllocEntryPointsInstrumented()
/art/runtime/
Dinstrumentation.cc641 void Instrumentation::SetEntrypointsInstrumented(bool instrumented) { in SetEntrypointsInstrumented() argument
649 SetQuickAllocEntryPointsInstrumented(instrumented); in SetEntrypointsInstrumented()
651 alloc_entrypoints_instrumented_ = instrumented; in SetEntrypointsInstrumented()
654 SetQuickAllocEntryPointsInstrumented(instrumented); in SetEntrypointsInstrumented()
664 alloc_entrypoints_instrumented_ = instrumented; in SetEntrypointsInstrumented()
Dinstrumentation.h466 void SetEntrypointsInstrumented(bool instrumented) NO_THREAD_SAFETY_ANALYSIS;
/art/runtime/gc/
Dheap.cc1658 bool instrumented, in AllocateInternalWithGc() argument
1676 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1692 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1712 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1742 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1760 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1809 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
Dheap.h902 bool instrumented,