Home
last modified time | relevance | path

Searched defs:tick_counter (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dmid-tier-register-allocator.h87 TickCounter* tick_counter() { return tick_counter_; } in tick_counter() function
Dregister-allocator.h351 TickCounter* tick_counter() { return tick_counter_; } in tick_counter() function
Dinstruction-selector.cc45 EnableSwitchJumpTable enable_switch_jump_table, TickCounter* tick_counter, in InstructionSelector()
Dmid-tier-register-allocator.cc121 InstructionSequence* code, TickCounter* tick_counter, in MidTierRegisterAllocationData()
Dregister-allocator.cc1298 TickCounter* tick_counter, const char* debug_name) in TopTierRegisterAllocationData()
/third_party/node/deps/v8/src/compiler/
Dcontrol-flow-optimizer.cc20 TickCounter* tick_counter, in ControlFlowOptimizer()
Dstore-store-elimination.cc200 RedundantStoreFinder(JSGraph* js_graph, TickCounter* tick_counter, in RedundantStoreFinder()
576 void StoreStoreElimination::Run(JSGraph* js_graph, TickCounter* tick_counter, in Run()
Descape-analysis.h63 TickCounter* tick_counter() const { return tick_counter_; } in tick_counter() function
Dgraph-reducer.cc42 GraphReducer::GraphReducer(Zone* zone, Graph* graph, TickCounter* tick_counter, in GraphReducer()
Dloop-analysis.cc65 LoopFinderImpl(Graph* graph, LoopTree* loop_tree, TickCounter* tick_counter, in LoopFinderImpl()
539 LoopTree* LoopFinder::BuildLoopTree(Graph* graph, TickCounter* tick_counter, in BuildLoopTree()
Dmemory-optimizer.cc185 const char* function_debug_name, TickCounter* tick_counter) in MemoryOptimizer()
Descape-analysis.cc295 TickCounter* tick_counter, Zone* zone) in EffectGraphReducer()
857 EscapeAnalysis::EscapeAnalysis(JSGraph* jsgraph, TickCounter* tick_counter, in EscapeAnalysis()
Dscheduler.cc31 size_t node_count_hint, TickCounter* tick_counter, in Scheduler()
49 TickCounter* tick_counter, in ComputeSchedule()
Dsimplified-lowering.cc334 TickCounter* tick_counter, Linkage* linkage, in RepresentationSelector()
4361 TickCounter* tick_counter, Linkage* linkage, OptimizedCompilationInfo* info, in SimplifiedLowering()
Dbytecode-graph-builder.cc1027 BytecodeGraphBuilderFlags flags, TickCounter* tick_counter, in BytecodeGraphBuilder()
4417 TickCounter* tick_counter, in BuildGraphFromBytecode()
Dtyper.cc39 TickCounter* tick_counter) in Typer()
/third_party/gstreamer/gstplugins_base/gst/audiotestsrc/
Dgstaudiotestsrc.h135 guint tick_counter; member
/third_party/node/deps/v8/src/codegen/
Doptimized-compilation-info.h227 TickCounter& tick_counter() { return tick_counter_; } in tick_counter() function