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()94 instrumented = true; in Java_Main_waitAndInstrumentStack()
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
992 void Instrumentation::SetEntrypointsInstrumented(bool instrumented) { in SetEntrypointsInstrumented() argument1000 SetQuickAllocEntryPointsInstrumented(instrumented); in SetEntrypointsInstrumented()1002 alloc_entrypoints_instrumented_ = instrumented; in SetEntrypointsInstrumented()1005 SetQuickAllocEntryPointsInstrumented(instrumented); in SetEntrypointsInstrumented()1015 alloc_entrypoints_instrumented_ = instrumented; in SetEntrypointsInstrumented()
611 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()
1886 bool instrumented, in AllocateInternalWithGc() argument1902 if (UNLIKELY(instrumented)) { in AllocateInternalWithGc()1924 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1956 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1983 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()2006 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
1080 bool instrumented,