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()
668 void Instrumentation::SetEntrypointsInstrumented(bool instrumented) { in SetEntrypointsInstrumented() argument676 SetQuickAllocEntryPointsInstrumented(instrumented); in SetEntrypointsInstrumented()678 alloc_entrypoints_instrumented_ = instrumented; in SetEntrypointsInstrumented()681 SetQuickAllocEntryPointsInstrumented(instrumented); in SetEntrypointsInstrumented()691 alloc_entrypoints_instrumented_ = instrumented; in SetEntrypointsInstrumented()
505 void SetEntrypointsInstrumented(bool instrumented) NO_THREAD_SAFETY_ANALYSIS;
1576 bool instrumented, in AllocateInternalWithGc() argument1594 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1610 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1630 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1660 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1678 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()1727 (!instrumented && EntrypointsInstrumented())) { in AllocateInternalWithGc()
901 bool instrumented,