Home
last modified time | relevance | path

Searched refs:TickCounter (Results 1 – 25 of 29) sorted by relevance

12

/external/v8/src/codegen/
Dtick-counter.cc14 void TickCounter::TickAndMaybeEnterSafepoint() { in TickAndMaybeEnterSafepoint()
25 void TickCounter::AttachLocalHeap(LocalHeap* local_heap) { in AttachLocalHeap()
31 void TickCounter::DetachLocalHeap() { local_heap_ = nullptr; } in DetachLocalHeap()
Dtick-counter.h20 class TickCounter {
Doptimized-compilation-info.h228 TickCounter& tick_counter() { return tick_counter_; } in tick_counter()
297 TickCounter tick_counter_;
/external/v8/src/compiler/backend/
Dmid-tier-register-allocator.h20 class TickCounter; variable
35 TickCounter* tick_counter,
88 TickCounter* tick_counter() { return tick_counter_; } in tick_counter()
102 TickCounter* const tick_counter_;
Dinstruction-selector.h25 class TickCounter; variable
274 EnableSwitchJumpTable enable_switch_jump_table, TickCounter* tick_counter,
711 TickCounter* const tick_counter_;
Dregister-allocator.h21 class TickCounter; variable
257 TickCounter* tick_counter,
352 TickCounter* tick_counter() { return tick_counter_; } in tick_counter()
380 TickCounter* const tick_counter_;
/external/v8/src/compiler/
Dscheduler.h20 class TickCounter; variable
41 TickCounter* tick_counter,
91 TickCounter* const tick_counter_;
95 size_t node_count_hint_, TickCounter* tick_counter,
Dcontrol-flow-optimizer.h15 class TickCounter; variable
29 TickCounter* tick_counter, Zone* zone);
54 TickCounter* const tick_counter_;
Dtyper.h15 class TickCounter; variable
32 TickCounter* tick_counter);
58 TickCounter* const tick_counter_;
Descape-analysis.h18 class TickCounter; variable
45 TickCounter* tick_counter, Zone* zone);
63 TickCounter* tick_counter() const { return tick_counter_; } in tick_counter()
78 TickCounter* const tick_counter_;
174 EscapeAnalysis(JSGraph* jsgraph, TickCounter* tick_counter, Zone* zone); in NON_EXPORTED_BASE()
Dmemory-optimizer.h15 class TickCounter; variable
35 const char* function_debug_name, TickCounter* tick_counter);
89 TickCounter* const tick_counter_;
Dstore-store-elimination.h13 class TickCounter; variable
49 static void Run(JSGraph* js_graph, TickCounter* tick_counter,
Dsimplified-lowering.h16 class TickCounter; variable
33 TickCounter* tick_counter, Linkage* linkage);
74 TickCounter* const tick_counter_;
Dbytecode-graph-builder.h16 class TickCounter; variable
50 TickCounter* tick_counter);
Dgraph-reducer.h16 class TickCounter; variable
138 GraphReducer(Zone* zone, Graph* graph, TickCounter* tick_counter, in NON_EXPORTED_BASE()
194 TickCounter* const tick_counter_; in NON_EXPORTED_BASE()
Dloop-analysis.h17 class TickCounter; variable
162 static LoopTree* BuildLoopTree(Graph* graph, TickCounter* tick_counter,
Dloop-analysis.cc17 class TickCounter;
58 LoopFinderImpl(Graph* graph, LoopTree* loop_tree, TickCounter* tick_counter, in LoopFinderImpl()
125 TickCounter* const tick_counter_;
524 LoopTree* LoopFinder::BuildLoopTree(Graph* graph, TickCounter* tick_counter, in BuildLoopTree()
Dstore-store-elimination.cc166 RedundantStoreFinder(JSGraph* js_graph, TickCounter* tick_counter, in RedundantStoreFinder()
230 TickCounter* const tick_counter_;
488 void StoreStoreElimination::Run(JSGraph* js_graph, TickCounter* tick_counter, in Run()
Dcontrol-flow-optimizer.cc20 TickCounter* tick_counter, in ControlFlowOptimizer()
Descape-analysis.cc160 TickCounter* const tick_counter_;
286 TickCounter* tick_counter, Zone* zone) in EffectGraphReducer()
827 EscapeAnalysis::EscapeAnalysis(JSGraph* jsgraph, TickCounter* tick_counter, in EscapeAnalysis()
Dgraph-reducer.cc31 GraphReducer::GraphReducer(Zone* zone, Graph* graph, TickCounter* tick_counter, in GraphReducer()
Dmemory-optimizer.cc182 const char* function_debug_name, TickCounter* tick_counter) in MemoryOptimizer()
Dscheduler.cc31 size_t node_count_hint, TickCounter* tick_counter, in Scheduler()
48 TickCounter* tick_counter, in ComputeSchedule()
Dbytecode-graph-builder.cc43 TickCounter* tick_counter);
487 TickCounter* const tick_counter_;
995 BytecodeGraphBuilderFlags flags, TickCounter* tick_counter) in BytecodeGraphBuilder()
4522 TickCounter* tick_counter) { in BuildGraphFromBytecode()
Dsimplified-lowering.cc296 TickCounter* tick_counter, Linkage* linkage) in RepresentationSelector()
3856 TickCounter* const tick_counter_;
4029 TickCounter* tick_counter, in SimplifiedLowering()

12