Searched refs:instrumented (Results 1 – 6 of 6) sorted by relevance
38 void SetQuickAllocEntryPointsInstrumented(bool instrumented)
153 void SetQuickAllocEntryPoints##suffix(QuickEntryPoints* qpoints, bool instrumented) { \154 if (instrumented) { \198 void SetQuickAllocEntryPointsInstrumented(bool instrumented) { in SetQuickAllocEntryPointsInstrumented() argument199 entry_points_instrumented = instrumented; in SetQuickAllocEntryPointsInstrumented()
641 void Instrumentation::SetEntrypointsInstrumented(bool instrumented) { in SetEntrypointsInstrumented() argument649 SetQuickAllocEntryPointsInstrumented(instrumented); in SetEntrypointsInstrumented()651 alloc_entrypoints_instrumented_ = instrumented; in SetEntrypointsInstrumented()654 SetQuickAllocEntryPointsInstrumented(instrumented); in SetEntrypointsInstrumented()664 alloc_entrypoints_instrumented_ = instrumented; in SetEntrypointsInstrumented()
466 void SetEntrypointsInstrumented(bool instrumented) NO_THREAD_SAFETY_ANALYSIS;
1658 bool instrumented, in AllocateInternalWithGc() argument1676 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1692 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1712 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1742 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1760 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1809 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
902 bool instrumented,