/third_party/node/deps/v8/src/compiler/backend/ |
H A D | mid-tier-register-allocator.h | 87 TickCounter* tick_counter() { return tick_counter_; } in tick_counter() function in v8::internal::compiler::final
|
H A D | register-allocator.h | 351 TickCounter* tick_counter() { return tick_counter_; } in tick_counter() function in v8::internal::compiler::RegisterAllocationFlag::final
|
H A D | instruction-selector.cc | 41 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 D | mid-tier-register-allocator.cc | 119 MidTierRegisterAllocationData( const RegisterConfiguration* config, Zone* zone, Frame* frame, InstructionSequence* code, TickCounter* tick_counter, const char* debug_name) MidTierRegisterAllocationData() argument
|
H A D | register-allocator.cc | 1295 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 D | control-flow-optimizer.cc | 17 ControlFlowOptimizer(Graph* graph, CommonOperatorBuilder* common, MachineOperatorBuilder* machine, TickCounter* tick_counter, Zone* zone) ControlFlowOptimizer() argument
|
H A D | graph-reducer.cc | 42 GraphReducer::GraphReducer(Zone* zone, Graph* graph, TickCounter* tick_counter, in GraphReducer() argument
|
H A D | memory-optimizer.cc | 182 MemoryOptimizer( JSGraph* jsgraph, Zone* zone, MemoryLowering::AllocationFolding allocation_folding, const char* function_debug_name, TickCounter* tick_counter) MemoryOptimizer() argument
|
H A D | escape-analysis.h | 63 TickCounter* tick_counter() const { return tick_counter_; } in tick_counter() function in v8::internal::compiler::EffectGraphReducer
|
H A D | store-store-elimination.cc | 200 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 D | loop-analysis.cc | 65 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 D | escape-analysis.cc | 857 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 D | scheduler.cc | 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 D | simplified-lowering.cc | 330 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 D | typer.cc | 38 Typer(JSHeapBroker* broker, Flags flags, Graph* graph, TickCounter* tick_counter) Typer() argument
|
H A D | bytecode-graph-builder.cc | 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 D | optimized-compilation-info.h | 227 TickCounter& tick_counter() { return tick_counter_; } in tick_counter() function in v8::internal::final
|