Searched refs:instrumented (Results 1 – 7 of 7) sorted by relevance
31 std::atomic<bool> instrumented = false; variable37 while (!instrumented) { in WaitForInstrument()68 instrumented = false; in Java_Main_resetTest()92 instrumented = true; in Java_Main_waitAndDeopt()
38 void SetQuickAllocEntryPointsInstrumented(bool instrumented)
163 void SetQuickAllocEntryPoints##suffix(QuickEntryPoints* qpoints, bool instrumented) { \164 if (instrumented) { \210 void SetQuickAllocEntryPointsInstrumented(bool instrumented) { in SetQuickAllocEntryPointsInstrumented() argument211 entry_points_instrumented = instrumented; in SetQuickAllocEntryPointsInstrumented()
849 void Instrumentation::SetEntrypointsInstrumented(bool instrumented) { in SetEntrypointsInstrumented() argument857 SetQuickAllocEntryPointsInstrumented(instrumented); in SetEntrypointsInstrumented()859 alloc_entrypoints_instrumented_ = instrumented; in SetEntrypointsInstrumented()862 SetQuickAllocEntryPointsInstrumented(instrumented); in SetEntrypointsInstrumented()872 alloc_entrypoints_instrumented_ = instrumented; in SetEntrypointsInstrumented()
598 void SetEntrypointsInstrumented(bool instrumented) NO_THREAD_SAFETY_ANALYSIS;
1734 bool instrumented, in AllocateInternalWithGc() argument1750 if (UNLIKELY(instrumented)) { in AllocateInternalWithGc()1772 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1789 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1809 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1839 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1858 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1020 bool instrumented,