Home
last modified time | relevance | path

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

/art/test/2011-stack-walk-concurrent-instrument/
Dstack_walk_concurrent.cc31 std::atomic<bool> instrumented = false; variable
37 while (!instrumented) { in WaitForInstrument()
68 instrumented = false; in Java_Main_resetTest()
92 instrumented = true; in Java_Main_waitAndDeopt()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.h36 void SetQuickAllocEntryPointsInstrumented(bool instrumented)
Dquick_alloc_entrypoints.cc163 void SetQuickAllocEntryPoints##suffix(QuickEntryPoints* qpoints, bool instrumented) { \
164 if (instrumented) { \
210 void SetQuickAllocEntryPointsInstrumented(bool instrumented) { in SetQuickAllocEntryPointsInstrumented() argument
211 entry_points_instrumented = instrumented; in SetQuickAllocEntryPointsInstrumented()
/art/runtime/
Dinstrumentation.cc849 void Instrumentation::SetEntrypointsInstrumented(bool instrumented) { in SetEntrypointsInstrumented() argument
857 SetQuickAllocEntryPointsInstrumented(instrumented); in SetEntrypointsInstrumented()
859 alloc_entrypoints_instrumented_ = instrumented; in SetEntrypointsInstrumented()
862 SetQuickAllocEntryPointsInstrumented(instrumented); in SetEntrypointsInstrumented()
872 alloc_entrypoints_instrumented_ = instrumented; in SetEntrypointsInstrumented()
Dinstrumentation.h598 void SetEntrypointsInstrumented(bool instrumented) NO_THREAD_SAFETY_ANALYSIS;
/art/runtime/gc/
Dheap.cc1742 bool instrumented, in AllocateInternalWithGc() argument
1761 if (UNLIKELY(instrumented)) { in AllocateInternalWithGc()
1783 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1813 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1836 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1859 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
Dheap.h1022 bool instrumented,