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.cc668 void Instrumentation::SetEntrypointsInstrumented(bool instrumented) { in SetEntrypointsInstrumented() argument
676 SetQuickAllocEntryPointsInstrumented(instrumented); in SetEntrypointsInstrumented()
678 alloc_entrypoints_instrumented_ = instrumented; in SetEntrypointsInstrumented()
681 SetQuickAllocEntryPointsInstrumented(instrumented); in SetEntrypointsInstrumented()
691 alloc_entrypoints_instrumented_ = instrumented; in SetEntrypointsInstrumented()
Dinstrumentation.h505 void SetEntrypointsInstrumented(bool instrumented) NO_THREAD_SAFETY_ANALYSIS;
/art/runtime/gc/
Dheap.cc1576 bool instrumented, in AllocateInternalWithGc() argument
1594 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1610 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1630 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1660 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1678 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1727 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
Dheap.h901 bool instrumented,