Home
last modified time | relevance | path

Searched refs:NonLiveFrameStateSlotReplacer (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dliveness-analyzer.h21 class NonLiveFrameStateSlotReplacer {
24 NonLiveFrameStateSlotReplacer(StateValuesCache* state_values_cache, in NonLiveFrameStateSlotReplacer() function
65 void Run(NonLiveFrameStateSlotReplacer* relaxer);
140 void Process(BitVector* result, NonLiveFrameStateSlotReplacer* relaxer);
Dliveness-analyzer.cc57 void LivenessAnalyzer::Run(NonLiveFrameStateSlotReplacer* replacer) { in Run()
100 NonLiveFrameStateSlotReplacer* replacer) { in Process()
129 void NonLiveFrameStateSlotReplacer::ClearNonLiveFrameStateSlots( in ClearNonLiveFrameStateSlots()
160 Node* NonLiveFrameStateSlotReplacer::ClearNonLiveStateValues( in ClearNonLiveStateValues()
Dast-graph-builder.cc452 NonLiveFrameStateSlotReplacer replacer( in ClearNonLiveSlotsInFrameStates()