Searched refs:instrumented (Results 1 – 8 of 8) 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()
3 dispatch, and templatized allocation code that can be used to generate either instrumented7 either points to instrumented or uninstrumented allocation routines. The instrumented code has a
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;
36 void SetQuickAllocEntryPointsInstrumented(bool instrumented)
166 void SetQuickAllocEntryPoints##suffix(QuickEntryPoints* qpoints, bool instrumented) { \167 if (instrumented) { \213 void SetQuickAllocEntryPointsInstrumented(bool instrumented) { in SetQuickAllocEntryPointsInstrumented() argument214 entry_points_instrumented = instrumented; in SetQuickAllocEntryPointsInstrumented()
1798 bool instrumented, in AllocateInternalWithGc() argument1814 if (UNLIKELY(instrumented)) { in AllocateInternalWithGc()1836 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1868 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1894 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1917 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1054 bool instrumented,