Lines Matching defs:flags
51 #include "src/flags/flags.h"
273 int flags = MAP_SHARED | MAP_ANONYMOUS;
274 void* real_alloc = mmap(nullptr, kChunkSize, prot, flags, -1, 0);
285 mmap(nullptr, rounded_length, prot, flags | MAP_NORESERVE, -1, 0);
695 i::UnoptimizedCompileFlags flags =
701 flags.set_is_eager(true);
704 i::ParseInfo parse_info(i_isolate, flags, &compile_state, &reusable_state);
3464 // Simulate errors before disposing V8, as that resets flags (via
4440 strcmp(argv[i], "--no-abort-on-contradictory-flags") == 0 ||
4441 strcmp(argv[i], "--noabort-on-contradictory-flags") == 0) {
4443 } else if (strcmp(argv[i], "--abort-on-contradictory-flags") == 0) {
4476 // Ignore any -f flags for compatibility with other stand-alone