Home
last modified time | relevance | path

Searched refs:tick_counter (Results 1 - 25 of 30) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.h35 TickCounter* tick_counter,
87 TickCounter* tick_counter() { return tick_counter_; } in tick_counter() function in v8::internal::compiler::final
H A Dregister-allocator.cc1298 TickCounter* tick_counter, const char* debug_name) in TopTierRegisterAllocationData()
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() in AssignSpillSlots()
1295 TopTierRegisterAllocationData( const RegisterConfiguration* config, Zone* zone, Frame* frame, InstructionSequence* code, RegisterAllocationFlags flags, TickCounter* tick_counter, const char* debug_name) TopTierRegisterAllocationData() argument
[all...]
H A Dmid-tier-register-allocator.cc121 InstructionSequence* code, TickCounter* tick_counter, in MidTierRegisterAllocationData()
134 tick_counter_(tick_counter) { in MidTierRegisterAllocationData()
2942 data->tick_counter()->TickAndMaybeEnterSafepoint(); in DefineOutputs()
3281 data->tick_counter()->TickAndMaybeEnterSafepoint(); in AllocateRegisters()
119 MidTierRegisterAllocationData( const RegisterConfiguration* config, Zone* zone, Frame* frame, InstructionSequence* code, TickCounter* tick_counter, const char* debug_name) MidTierRegisterAllocationData() argument
H A Dinstruction-selector.h290 EnableSwitchJumpTable enable_switch_jump_table, TickCounter* tick_counter,
/third_party/node/deps/v8/src/compiler/
H A Descape-analysis.h45 TickCounter* tick_counter, Zone* zone);
63 TickCounter* tick_counter() const { return tick_counter_; } in tick_counter() function in v8::internal::compiler::EffectGraphReducer
179 EscapeAnalysis(JSGraph* jsgraph, TickCounter* tick_counter, Zone* zone);
H A Dscheduler.h41 TickCounter* tick_counter,
99 size_t node_count_hint_, TickCounter* tick_counter,
H A 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 Run()
1336 GraphReducer graph_reducer(temp_zone, data->graph(), &info->tick_counter(), in Run()
1404 GraphReducer graph_reducer(temp_zone, data->graph(), &info->tick_counter(), in Run()
1479 temp_zone, data->graph(), &data->info()->tick_counter(), data->broker(), in Run()
1500 temp_zone, data->graph(), &data->info()->tick_counter(), dat in Run()
[all...]
H A Dcontrol-flow-optimizer.cc20 TickCounter* tick_counter, in ControlFlowOptimizer()
28 tick_counter_(tick_counter) {} in ControlFlowOptimizer()
17 ControlFlowOptimizer(Graph* graph, CommonOperatorBuilder* common, MachineOperatorBuilder* machine, TickCounter* tick_counter, Zone* zone) ControlFlowOptimizer() argument
H A 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()
H A Dstore-store-elimination.h49 static void Run(JSGraph* js_graph, TickCounter* tick_counter,
H A Dbytecode-graph-builder.h52 TickCounter* tick_counter,
H A Dtyper.h32 TickCounter* tick_counter);
H A Dcontrol-flow-optimizer.h29 TickCounter* tick_counter, Zone* zone);
H A Dmemory-optimizer.h34 const char* function_debug_name, TickCounter* tick_counter);
H A Dgraph-reducer.cc42 GraphReducer::GraphReducer(Zone* zone, Graph* graph, TickCounter* tick_counter, in GraphReducer() argument
51 tick_counter_(tick_counter), in GraphReducer()
H A 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()
H A Dsimplified-lowering.h33 NodeOriginTable* node_origins, TickCounter* tick_counter,
H A Descape-analysis.cc295 TickCounter* tick_counter, Zone* zone) in EffectGraphReducer()
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),
293 EffectGraphReducer( Graph* graph, std::function<void(Node*, Reduction*)> reduce, TickCounter* tick_counter, Zone* zone) EffectGraphReducer() argument
H A Dgraph-reducer.h142 GraphReducer(Zone* zone, Graph* graph, TickCounter* tick_counter,
H A Dmemory-optimizer.cc185 const char* function_debug_name, TickCounter* tick_counter) in MemoryOptimizer()
194 tick_counter_(tick_counter) {} in MemoryOptimizer()
182 MemoryOptimizer( JSGraph* jsgraph, Zone* zone, MemoryLowering::AllocationFolding allocation_folding, const char* function_debug_name, TickCounter* tick_counter) MemoryOptimizer() argument
H A Dloop-analysis.h177 static LoopTree* BuildLoopTree(Graph* graph, TickCounter* tick_counter,
H A Dscheduler.cc31 size_t node_count_hint, TickCounter* tick_counter, in Scheduler()
41 tick_counter_(tick_counter), in Scheduler()
49 TickCounter* tick_counter, in ComputeSchedule()
62 tick_counter, profile_data); 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
48 ComputeSchedule(Zone* zone, Graph* graph, Flags flags, TickCounter* tick_counter, const ProfileDataFromFile* profile_data) ComputeSchedule() argument
H A Djs-inlining.cc587 flags, &info_->tick_counter()); in ReduceJSCall()
H A Dbytecode-graph-builder.cc47 TickCounter* tick_counter,
1027 BytecodeGraphBuilderFlags flags, TickCounter* tick_counter, in BytecodeGraphBuilder()
1076 tick_counter_(tick_counter), in BytecodeGraphBuilder()
4417 TickCounter* tick_counter, in BuildGraphFromBytecode()
4422 source_positions, inlining_id, code_kind, flags, tick_counter, in BuildGraphFromBytecode()
1020 BytecodeGraphBuilder( JSHeapBroker* broker, Zone* local_zone, NativeContextRef const& native_context, SharedFunctionInfoRef const& shared_info, FeedbackCellRef const& feedback_cell, BytecodeOffset osr_offset, JSGraph* jsgraph, CallFrequency const& invocation_frequency, SourcePositionTable* source_positions, int inlining_id, CodeKind code_kind, BytecodeGraphBuilderFlags flags, TickCounter* tick_counter, ObserveNodeInfo const& observe_node_info) BytecodeGraphBuilder() argument
4409 BuildGraphFromBytecode(JSHeapBroker* broker, Zone* local_zone, SharedFunctionInfoRef const& shared_info, FeedbackCellRef const& feedback_cell, BytecodeOffset osr_offset, JSGraph* jsgraph, CallFrequency const& invocation_frequency, SourcePositionTable* source_positions, int inlining_id, CodeKind code_kind, BytecodeGraphBuilderFlags flags, TickCounter* tick_counter, ObserveNodeInfo const& observe_node_info) BuildGraphFromBytecode() argument
/third_party/node/deps/v8/src/codegen/
H A Doptimized-compilation-info.h227 TickCounter& tick_counter() { return tick_counter_; } in tick_counter() function in v8::internal::final

Completed in 45 milliseconds

12