Home
last modified time | relevance | path

Searched defs:tick_counter (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.h87 TickCounter* tick_counter() { return tick_counter_; } in tick_counter() function in v8::internal::compiler::final
H A Dregister-allocator.h351 TickCounter* tick_counter() { return tick_counter_; } in tick_counter() function in v8::internal::compiler::RegisterAllocationFlag::final
H A Dinstruction-selector.cc41 InstructionSelector( Zone* zone, size_t node_count, Linkage* linkage, InstructionSequence* sequence, Schedule* schedule, SourcePositionTable* source_positions, Frame* frame, EnableSwitchJumpTable enable_switch_jump_table, TickCounter* tick_counter, JSHeapBroker* broker, size_t* max_unoptimized_frame_height, size_t* max_pushed_argument_count, SourcePositionMode source_position_mode, Features features, EnableScheduling enable_scheduling, EnableRootsRelativeAddressing enable_roots_relative_addressing, EnableTraceTurboJson trace_turbo) InstructionSelector() argument
H A Dmid-tier-register-allocator.cc119 MidTierRegisterAllocationData( const RegisterConfiguration* config, Zone* zone, Frame* frame, InstructionSequence* code, TickCounter* tick_counter, const char* debug_name) MidTierRegisterAllocationData() argument
H A Dregister-allocator.cc1295 TopTierRegisterAllocationData( const RegisterConfiguration* config, Zone* zone, Frame* frame, InstructionSequence* code, RegisterAllocationFlags flags, TickCounter* tick_counter, const char* debug_name) TopTierRegisterAllocationData() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcontrol-flow-optimizer.cc17 ControlFlowOptimizer(Graph* graph, CommonOperatorBuilder* common, MachineOperatorBuilder* machine, TickCounter* tick_counter, Zone* zone) ControlFlowOptimizer() argument
H A Dgraph-reducer.cc42 GraphReducer::GraphReducer(Zone* zone, Graph* graph, TickCounter* tick_counter, in GraphReducer() argument
H A Dmemory-optimizer.cc182 MemoryOptimizer( JSGraph* jsgraph, Zone* zone, MemoryLowering::AllocationFolding allocation_folding, const char* function_debug_name, TickCounter* tick_counter) MemoryOptimizer() argument
H A Descape-analysis.h63 TickCounter* tick_counter() const { return tick_counter_; } in tick_counter() function in v8::internal::compiler::EffectGraphReducer
H A Dstore-store-elimination.cc200 RedundantStoreFinder(JSGraph* js_graph, TickCounter* tick_counter, in RedundantStoreFinder() argument
576 void StoreStoreElimination::Run(JSGraph* js_graph, TickCounter* tick_counter, in Run() argument
H A Dloop-analysis.cc65 LoopFinderImpl(Graph* graph, LoopTree* loop_tree, TickCounter* tick_counter, in LoopFinderImpl() argument
539 LoopTree* LoopFinder::BuildLoopTree(Graph* graph, TickCounter* tick_counter, in BuildLoopTree() argument
H A Descape-analysis.cc857 EscapeAnalysis::EscapeAnalysis(JSGraph* jsgraph, TickCounter* tick_counter, in EscapeAnalysis() argument
293 EffectGraphReducer( Graph* graph, std::function<void(Node*, Reduction*)> reduce, TickCounter* tick_counter, Zone* zone) EffectGraphReducer() argument
H A Dscheduler.cc30 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 Dsimplified-lowering.cc330 RepresentationSelector(JSGraph* jsgraph, JSHeapBroker* broker, Zone* zone, RepresentationChanger* changer, SourcePositionTable* source_positions, NodeOriginTable* node_origins, TickCounter* tick_counter, Linkage* linkage, ObserveNodeManager* observe_node_manager, SimplifiedLoweringVerifier* verifier) RepresentationSelector() argument
4358 SimplifiedLowering( JSGraph* jsgraph, JSHeapBroker* broker, Zone* zone, SourcePositionTable* source_positions, NodeOriginTable* node_origins, TickCounter* tick_counter, Linkage* linkage, OptimizedCompilationInfo* info, ObserveNodeManager* observe_node_manager) SimplifiedLowering() argument
H A Dtyper.cc38 Typer(JSHeapBroker* broker, Flags flags, Graph* graph, TickCounter* tick_counter) Typer() argument
H A Dbytecode-graph-builder.cc1020 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 53 milliseconds