Home
last modified time | relevance | path

Searched refs:tick_counter (Results 1 – 25 of 35) sorted by relevance

12

/external/v8/src/compiler/backend/
Dmid-tier-register-allocator.h35 TickCounter* tick_counter,
88 TickCounter* tick_counter() { return tick_counter_; } in tick_counter() function
Dregister-allocator.cc1299 TickCounter* tick_counter, const char* debug_name) in TopTierRegisterAllocationData() argument
1328 tick_counter_(tick_counter) { in TopTierRegisterAllocationData()
1638 data_->tick_counter()->TickAndMaybeEnterSafepoint(); in MeetRegisterConstraints()
1804 data_->tick_counter()->TickAndMaybeEnterSafepoint(); in ResolvePhis()
2414 data_->tick_counter()->TickAndMaybeEnterSafepoint(); in BuildLiveRanges()
2434 data_->tick_counter()->TickAndMaybeEnterSafepoint(); in BuildLiveRanges()
3550 data()->tick_counter()->TickAndMaybeEnterSafepoint(); in AllocateRegisters()
4456 data()->tick_counter()->TickAndMaybeEnterSafepoint(); in DecideSpillingMode()
4482 data()->tick_counter()->TickAndMaybeEnterSafepoint(); in AssignSpillSlots()
4490 data()->tick_counter()->TickAndMaybeEnterSafepoint(); in AssignSpillSlots()
[all …]
Dmid-tier-register-allocator.cc112 InstructionSequence* code, TickCounter* tick_counter, in MidTierRegisterAllocationData() argument
125 tick_counter_(tick_counter) { in MidTierRegisterAllocationData()
2660 data->tick_counter()->TickAndMaybeEnterSafepoint(); in DefineOutputs()
2973 data->tick_counter()->TickAndMaybeEnterSafepoint(); in AllocateRegisters()
Dregister-allocator.h257 TickCounter* tick_counter,
352 TickCounter* tick_counter() { return tick_counter_; } in tick_counter() function
/external/v8/src/compiler/
Descape-analysis.h45 TickCounter* tick_counter, Zone* zone);
63 TickCounter* tick_counter() const { return tick_counter_; } in tick_counter() function
174 EscapeAnalysis(JSGraph* jsgraph, TickCounter* tick_counter, Zone* zone); in NON_EXPORTED_BASE()
Dscheduler.h41 TickCounter* tick_counter,
95 size_t node_count_hint_, TickCounter* tick_counter,
Dpipeline.cc416 new Typer(broker(), typer_flags_, graph(), &info()->tick_counter()); in CreateTyper()
503 &info()->tick_counter(), debug_name()); in InitializeTopTierRegisterAllocationData()
512 &info()->tick_counter(), debug_name()); in InitializeMidTierRegisterAllocationData()
779 info_->tick_counter().AttachLocalHeap(local_isolate->heap()); in LocalIsolateScope()
783 info_->tick_counter().DetachLocalHeap(); in ~LocalIsolateScope()
1416 &data->info()->tick_counter()); in DECL_PIPELINE_PHASE_CONSTANTS()
1425 GraphReducer graph_reducer(temp_zone, data->graph(), &info->tick_counter(), in DECL_PIPELINE_PHASE_CONSTANTS()
1525 &data->info()->tick_counter(), data->broker(), in DECL_PIPELINE_PHASE_CONSTANTS()
1546 &data->info()->tick_counter(), data->broker(), in DECL_MAIN_THREAD_PIPELINE_PHASE_CONSTANTS()
1592 &data->info()->tick_counter(), data->broker(), in DECL_PIPELINE_PHASE_CONSTANTS()
[all …]
Dstore-store-elimination.cc166 RedundantStoreFinder(JSGraph* js_graph, TickCounter* tick_counter, in RedundantStoreFinder() argument
169 tick_counter_(tick_counter), in RedundantStoreFinder()
488 void StoreStoreElimination::Run(JSGraph* js_graph, TickCounter* tick_counter, in Run() argument
491 RedundantStoreFinder finder(js_graph, tick_counter, temp_zone); in Run()
Dcontrol-flow-optimizer.cc20 TickCounter* tick_counter, in ControlFlowOptimizer() argument
28 tick_counter_(tick_counter) {} in ControlFlowOptimizer()
Dstore-store-elimination.h49 static void Run(JSGraph* js_graph, TickCounter* tick_counter,
Dbytecode-graph-builder.h50 TickCounter* tick_counter);
Dloop-analysis.cc58 LoopFinderImpl(Graph* graph, LoopTree* loop_tree, TickCounter* tick_counter, in LoopFinderImpl() argument
72 tick_counter_(tick_counter) {}
524 LoopTree* LoopFinder::BuildLoopTree(Graph* graph, TickCounter* tick_counter, in BuildLoopTree() argument
528 LoopFinderImpl finder(graph, loop_tree, tick_counter, zone); in BuildLoopTree()
Dcontrol-flow-optimizer.h29 TickCounter* tick_counter, Zone* zone);
Dtyper.h32 TickCounter* tick_counter);
Dgraph-reducer.cc31 GraphReducer::GraphReducer(Zone* zone, Graph* graph, TickCounter* tick_counter, in GraphReducer() argument
39 tick_counter_(tick_counter), in GraphReducer()
Dmemory-optimizer.h35 const char* function_debug_name, TickCounter* tick_counter);
Descape-analysis.cc286 TickCounter* tick_counter, Zone* zone) in EffectGraphReducer() argument
292 tick_counter_(tick_counter) {} in EffectGraphReducer()
367 tick_counter_(reducer->tick_counter()) {} in VariableTracker()
827 EscapeAnalysis::EscapeAnalysis(JSGraph* jsgraph, TickCounter* tick_counter, in EscapeAnalysis() argument
832 tick_counter, zone),
Dsimplified-lowering.h33 TickCounter* tick_counter, Linkage* linkage);
Dloop-analysis.h162 static LoopTree* BuildLoopTree(Graph* graph, TickCounter* tick_counter,
Dgraph-reducer.h138 GraphReducer(Zone* zone, Graph* graph, TickCounter* tick_counter, in NON_EXPORTED_BASE()
Dmemory-optimizer.cc182 const char* function_debug_name, TickCounter* tick_counter) in MemoryOptimizer() argument
192 tick_counter_(tick_counter) {} in MemoryOptimizer()
Dscheduler.cc31 size_t node_count_hint, TickCounter* tick_counter, in Scheduler() argument
41 tick_counter_(tick_counter), in Scheduler()
48 TickCounter* tick_counter, in ComputeSchedule() argument
61 tick_counter, profile_data); in ComputeSchedule()
/external/python/cpython2/Include/
Dpystate.h91 int tick_counter; member
/external/v8/src/codegen/
Doptimized-compilation-info.h228 TickCounter& tick_counter() { return tick_counter_; } in tick_counter() function
/external/python/cpython2/Python/
Dpystate.c171 tstate->tick_counter = 0; in new_threadstate()

12