Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Doptions.cc100 pre_parse (GOptionContext *context G_GNUC_UNUSED, in pre_parse() function
106 option_group->pre_parse (error); in pre_parse()
131 g_option_group_set_parse_hooks (group, pre_parse, post_parse); in add_group()
Doptions.hh73 virtual void pre_parse (GError **error G_GNUC_UNUSED) {}; in pre_parse() function
/external/v8/src/
Dv8-counters.h46 HT(pre_parse, V8.PreParse) \
Dparser.cc4656 HistogramTimerScope preparse_scope(isolate()->counters()->pre_parse()); in LazyParseFunctionLiteral()
5897 HistogramTimerScope timer(isolate->counters()->pre_parse()); in DoPreParse()
/external/chromium_org/v8/src/
Dv8-counters.h47 HT(pre_parse, V8.PreParse) \
Dparser.cc4374 HistogramTimerScope preparse_scope(isolate()->counters()->pre_parse()); in LazyParseFunctionLiteral()
5617 HistogramTimerScope timer(isolate->counters()->pre_parse()); in PreParse()