Searched refs:limit_result (Results 1 – 2 of 2) sorted by relevance
1071 int fd_devpoll, limit_result; in newDevPollObject() local1081 limit_result = getrlimit(RLIMIT_NOFILE, &limit); in newDevPollObject()1082 if (limit_result == -1) { in newDevPollObject()
3287 LimitResult limit_result = LimitVersions(compiler, trace); in Emit() local3288 if (limit_result == DONE) return; in Emit()3289 DCHECK(limit_result == CONTINUE); in Emit()3908 LimitResult limit_result = LimitVersions(compiler, trace); in Emit() local3909 if (limit_result == DONE) return; in Emit()3910 DCHECK(limit_result == CONTINUE); in Emit()4202 LimitResult limit_result = LimitVersions(compiler, trace); in Emit() local4203 if (limit_result == DONE) return; in Emit()4204 DCHECK(limit_result == CONTINUE); in Emit()4329 LimitResult limit_result = LimitVersions(compiler, trace); in Emit() local[all …]