Searched refs:DEFINE_STRING (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dflag-definitions.h133 #define DEFINE_STRING(nam, def, cmt) FLAG(STRING, const char*, nam, def, cmt) macro
224 DEFINE_STRING(hydrogen_filter, "*", "optimization filter")
248 DEFINE_STRING(trace_hydrogen_filter, "*", "hydrogen tracing filter")
250 DEFINE_STRING(trace_hydrogen_file, NULL, "trace hydrogen to given file name")
251 DEFINE_STRING(trace_phase, "HLZ", "trace generated IR for specified phases")
332 DEFINE_STRING(turbo_filter, "~", "optimization filter for TurboFan compiler")
406 DEFINE_STRING(expose_natives_as, NULL, "expose natives in global object")
407 DEFINE_STRING(expose_debug_as, NULL, "expose debug in global object")
410 DEFINE_STRING(expose_gc_as, NULL,
639 DEFINE_STRING(testing_string_fla
927 #undef DEFINE_STRING macro
[all...]

Completed in 140 milliseconds