Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dschedule.cc156 Schedule::Schedule(Zone* zone, size_t node_count_hint) in Schedule() argument
163 nodeid_to_block_.reserve(node_count_hint); in Schedule()
H A Dscheduler.cc31 size_t node_count_hint, TickCounter* tick_counter, in Scheduler()
44 node_data_.reserve(node_count_hint); in Scheduler()
57 size_t node_count_hint = node_hint_multiplier * graph->NodeCount(); in ComputeSchedule() local
60 schedule_zone->New<Schedule>(schedule_zone, node_count_hint); in ComputeSchedule()
61 Scheduler scheduler(zone, graph, schedule, flags, node_count_hint, in ComputeSchedule()
30 Scheduler(Zone* zone, Graph* graph, Schedule* schedule, Flags flags, size_t node_count_hint, TickCounter* tick_counter, const ProfileDataFromFile* profile_data) Scheduler() argument
H A Dschedule.h204 explicit Schedule(Zone* zone, size_t node_count_hint = 0);

Completed in 9 milliseconds