Home
last modified time | relevance | path

Searched refs:threadStackSizeInKiloBytes (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/driver/
H A DExceptionUtils.kt153 val threadStackSizeInKiloBytes = getNumericFinalFlagValue("ThreadStackSize") ?: return null in getReproducingXssArg() constant
154 val conservativeThreadStackSizeInKiloBytes = (threadStackSizeInKiloBytes * 0.9).toInt() in getReproducingXssArg()