Searched refs:instrumented (Results 1 – 6 of 6) sorted by relevance
36 void SetQuickAllocEntryPointsInstrumented(bool instrumented)
218 void SetQuickAllocEntryPoints##suffix(QuickEntryPoints* qpoints, bool instrumented) { \219 if (instrumented) { \265 void SetQuickAllocEntryPointsInstrumented(bool instrumented) { in SetQuickAllocEntryPointsInstrumented() argument266 entry_points_instrumented = instrumented; in SetQuickAllocEntryPointsInstrumented()
636 void Instrumentation::SetEntrypointsInstrumented(bool instrumented) { in SetEntrypointsInstrumented() argument644 SetQuickAllocEntryPointsInstrumented(instrumented); in SetEntrypointsInstrumented()646 alloc_entrypoints_instrumented_ = instrumented; in SetEntrypointsInstrumented()649 SetQuickAllocEntryPointsInstrumented(instrumented); in SetEntrypointsInstrumented()651 alloc_entrypoints_instrumented_ = instrumented; in SetEntrypointsInstrumented()
460 void SetEntrypointsInstrumented(bool instrumented) NO_THREAD_SAFETY_ANALYSIS;
1686 bool instrumented, in AllocateInternalWithGc() argument1705 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1721 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1741 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1771 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1789 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1834 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
857 bool instrumented,