Home | History | Annotate | Download | only in src

Lines Matching refs:DEFINE_string

145 #define DEFINE_string(nam, def, cmt) FLAG(STRING, const char*, nam, def, cmt)
240 DEFINE_string(hydrogen_filter, "*", "optimization filter")
261 DEFINE_string(trace_hydrogen_filter, "*", "hydrogen tracing filter")
263 DEFINE_string(trace_hydrogen_file, NULL, "trace hydrogen to given file name")
264 DEFINE_string(trace_phase, "HLZ", "trace generated IR for specified phases")
413 DEFINE_string(expose_natives_as, NULL, "expose natives in global object")
414 DEFINE_string(expose_debug_as, NULL, "expose debug in global object")
419 DEFINE_string(expose_gc_as, NULL,
630 DEFINE_string(testing_string_flag, "Hello, world!", "string-flag")
633 DEFINE_string(testing_serialization_file, "C:\\Windows\\Temp\\serdes",
636 DEFINE_string(testing_serialization_file, "/tmp/serdes",
641 DEFINE_string(extra_code, NULL, "A filename with extra code to be included in"
663 DEFINE_string(map_counters, "", "Map counters to a file")
685 DEFINE_string(gdbjit_dump_filter, "",
719 DEFINE_string(stop_at, "", "function name where to insert a breakpoint")
793 DEFINE_string(logfile, "v8.log", "Specify the name of the log file.")
800 DEFINE_string(gc_fake_mmap, "/tmp/__v8_gc__",
811 DEFINE_string(redirect_code_traces_to, NULL,
891 #undef DEFINE_string