HomeSort by relevance Sort by last modified time
    Searched defs:HEnvironmentLivenessAnalysisPhase (Results 1 - 2 of 2) sorted by null

  /external/v8/src/crankshaft/
hydrogen-environment-liveness.h 22 class HEnvironmentLivenessAnalysisPhase : public HPhase {
24 explicit HEnvironmentLivenessAnalysisPhase(HGraph* graph);
61 DISALLOW_COPY_AND_ASSIGN(HEnvironmentLivenessAnalysisPhase);
hydrogen-environment-liveness.cc 13 HEnvironmentLivenessAnalysisPhase::HEnvironmentLivenessAnalysisPhase(
36 void HEnvironmentLivenessAnalysisPhase::ZapEnvironmentSlot(
47 void HEnvironmentLivenessAnalysisPhase::ZapEnvironmentSlotsInSuccessors(
72 void HEnvironmentLivenessAnalysisPhase::ZapEnvironmentSlotsForInstruction(
83 void HEnvironmentLivenessAnalysisPhase::UpdateLivenessAtBlockEnd(
94 void HEnvironmentLivenessAnalysisPhase::UpdateLivenessAtInstruction(
158 void HEnvironmentLivenessAnalysisPhase::Run() {
223 bool HEnvironmentLivenessAnalysisPhase::VerifyClosures(

Completed in 48 milliseconds