Lines Matching refs:enable_debug
162 #define SLOW_FIELD_PATH (cu_->enable_debug & (1 << kDebugSlowFieldPath))
163 #define SLOW_INVOKE_PATH (cu_->enable_debug & (1 << kDebugSlowInvokePath))
164 #define SLOW_STRING_PATH (cu_->enable_debug & (1 << kDebugSlowStringPath))
165 #define SLOW_TYPE_PATH (cu_->enable_debug & (1 << kDebugSlowTypePath))
166 #define EXERCISE_SLOWEST_STRING_PATH (cu_->enable_debug & (1 << kDebugSlowestStringPath))