Home
last modified time | relevance | path

Searched refs:tick_counter (Results 1 – 25 of 32) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
Descape-analysis.h45 TickCounter* tick_counter, Zone* zone);
63 TickCounter* tick_counter() const { return tick_counter_; } in tick_counter() function
179 EscapeAnalysis(JSGraph* jsgraph, TickCounter* tick_counter, Zone* zone); in NON_EXPORTED_BASE()
Dpipeline.cc444 new Typer(broker(), typer_flags_, graph(), &info()->tick_counter()); in CreateTyper()
530 &info()->tick_counter(), debug_name()); in InitializeTopTierRegisterAllocationData()
539 &info()->tick_counter(), debug_name()); in InitializeMidTierRegisterAllocationData()
818 info_->tick_counter().AttachLocalHeap(local_isolate->heap()); in LocalIsolateScope()
822 info_->tick_counter().DetachLocalHeap(); in ~LocalIsolateScope()
1325 data->info()->code_kind(), flags, &data->info()->tick_counter(), in DECL_PIPELINE_PHASE_CONSTANTS()
1336 GraphReducer graph_reducer(temp_zone, data->graph(), &info->tick_counter(), in DECL_PIPELINE_PHASE_CONSTANTS()
1404 GraphReducer graph_reducer(temp_zone, data->graph(), &info->tick_counter(), in DECL_PIPELINE_PHASE_CONSTANTS()
1479 temp_zone, data->graph(), &data->info()->tick_counter(), data->broker(), in DECL_PIPELINE_PHASE_CONSTANTS()
1500 temp_zone, data->graph(), &data->info()->tick_counter(), data->broker(), in DECL_PIPELINE_PHASE_CONSTANTS()
[all …]
Dscheduler.h41 TickCounter* tick_counter,
99 size_t node_count_hint_, TickCounter* tick_counter,
Dcontrol-flow-optimizer.cc20 TickCounter* tick_counter, in ControlFlowOptimizer() argument
28 tick_counter_(tick_counter) {} in ControlFlowOptimizer()
Dstore-store-elimination.cc200 RedundantStoreFinder(JSGraph* js_graph, TickCounter* tick_counter, in RedundantStoreFinder() argument
203 tick_counter_(tick_counter), in RedundantStoreFinder()
576 void StoreStoreElimination::Run(JSGraph* js_graph, TickCounter* tick_counter, in Run() argument
579 RedundantStoreFinder finder(js_graph, tick_counter, temp_zone); in Run()
Dstore-store-elimination.h49 static void Run(JSGraph* js_graph, TickCounter* tick_counter,
Dbytecode-graph-builder.h52 TickCounter* tick_counter,
Dcontrol-flow-optimizer.h29 TickCounter* tick_counter, Zone* zone);
Dtyper.h32 TickCounter* tick_counter);
Descape-analysis.cc295 TickCounter* tick_counter, Zone* zone) in EffectGraphReducer() argument
301 tick_counter_(tick_counter) {} in EffectGraphReducer()
376 tick_counter_(reducer->tick_counter()) {} in VariableTracker()
857 EscapeAnalysis::EscapeAnalysis(JSGraph* jsgraph, TickCounter* tick_counter, in EscapeAnalysis() argument
862 tick_counter, zone),
Dgraph-reducer.cc42 GraphReducer::GraphReducer(Zone* zone, Graph* graph, TickCounter* tick_counter, in GraphReducer() argument
51 tick_counter_(tick_counter), in GraphReducer()
Dloop-analysis.cc65 LoopFinderImpl(Graph* graph, LoopTree* loop_tree, TickCounter* tick_counter, in LoopFinderImpl() argument
79 tick_counter_(tick_counter) {}
539 LoopTree* LoopFinder::BuildLoopTree(Graph* graph, TickCounter* tick_counter, in BuildLoopTree() argument
543 LoopFinderImpl finder(graph, loop_tree, tick_counter, zone); in BuildLoopTree()
Dmemory-optimizer.h34 const char* function_debug_name, TickCounter* tick_counter);
Dsimplified-lowering.h33 NodeOriginTable* node_origins, TickCounter* tick_counter,
Dgraph-reducer.h142 GraphReducer(Zone* zone, Graph* graph, TickCounter* tick_counter, in NON_EXPORTED_BASE()
Dmemory-optimizer.cc185 const char* function_debug_name, TickCounter* tick_counter) in MemoryOptimizer() argument
194 tick_counter_(tick_counter) {} in MemoryOptimizer()
Dloop-analysis.h177 static LoopTree* BuildLoopTree(Graph* graph, TickCounter* tick_counter,
Dscheduler.cc31 size_t node_count_hint, TickCounter* tick_counter, in Scheduler() argument
41 tick_counter_(tick_counter), in Scheduler()
49 TickCounter* tick_counter, in ComputeSchedule() argument
62 tick_counter, profile_data); in ComputeSchedule()
Djs-inlining.cc587 flags, &info_->tick_counter()); in ReduceJSCall()
/third_party/node/deps/v8/src/compiler/backend/
Dmid-tier-register-allocator.h35 TickCounter* tick_counter,
87 TickCounter* tick_counter() { return tick_counter_; } in tick_counter() function
Dregister-allocator.cc1298 TickCounter* tick_counter, const char* debug_name) in TopTierRegisterAllocationData() argument
1327 tick_counter_(tick_counter), in TopTierRegisterAllocationData()
1648 data_->tick_counter()->TickAndMaybeEnterSafepoint(); in MeetRegisterConstraints()
1850 data_->tick_counter()->TickAndMaybeEnterSafepoint(); in ResolvePhis()
2498 data_->tick_counter()->TickAndMaybeEnterSafepoint(); in BuildLiveRanges()
2518 data_->tick_counter()->TickAndMaybeEnterSafepoint(); in BuildLiveRanges()
3676 data()->tick_counter()->TickAndMaybeEnterSafepoint(); in AllocateRegisters()
4607 data()->tick_counter()->TickAndMaybeEnterSafepoint(); in DecideSpillingMode()
4633 data()->tick_counter()->TickAndMaybeEnterSafepoint(); in AssignSpillSlots()
4641 data()->tick_counter()->TickAndMaybeEnterSafepoint(); in AssignSpillSlots()
[all …]
Dregister-allocator.h257 TickCounter* tick_counter,
351 TickCounter* tick_counter() { return tick_counter_; } in tick_counter() function
Dmid-tier-register-allocator.cc121 InstructionSequence* code, TickCounter* tick_counter, in MidTierRegisterAllocationData() argument
134 tick_counter_(tick_counter) { in MidTierRegisterAllocationData()
2942 data->tick_counter()->TickAndMaybeEnterSafepoint(); in DefineOutputs()
3281 data->tick_counter()->TickAndMaybeEnterSafepoint(); in AllocateRegisters()
Dinstruction-selector.h290 EnableSwitchJumpTable enable_switch_jump_table, TickCounter* tick_counter,
/third_party/node/deps/v8/src/codegen/
Doptimized-compilation-info.h227 TickCounter& tick_counter() { return tick_counter_; } in tick_counter() function

12