Searched defs:environment (Results 1 – 15 of 15) sorted by relevance
43 for (HEnvironment* environment = instruction->GetEnvironment(); in InputsAreDefinedBeforeLoop() local67 static void UpdateLoopPhisIn(HEnvironment* environment, HLoopInformation* info) { in UpdateLoopPhisIn()
54 HEnvironment* environment = new (GetAllocator()) HEnvironment( in TEST_F() local130 HEnvironment* environment = new (GetAllocator()) HEnvironment( in TEST_F() local
347 HEnvironment* environment = use.GetUser(); in SinkCodeToUncommonBranch() local377 HEnvironment* environment = use.GetUser(); in SinkCodeToUncommonBranch() local
61 HEnvironment* environment = new (allocator) HEnvironment(allocator, in VisitBoundsCheck() local
453 for (HEnvironment* environment = instruction->GetEnvironment(); in VisitInstruction() local483 HEnvironment* environment = instruction->GetEnvironment(); in VisitInstruction() local
129 HEnvironment* environment = new (GetAllocator()) HEnvironment( in ManuallyBuildEnvFor() local
138 HEnvironment* environment = new (GetAllocator()) HEnvironment(GetAllocator(), in TestBuildDependencyGraphAndSchedule() local
133 HEnvironment* environment = instruction->GetEnvironment(); in CheckTypeConsistency() local1008 HEnvironment* const environment = instruction->GetEnvironment(); in RecordPcInfo() local1172 void CodeGenerator::EmitEnvironment(HEnvironment* environment, SlowPathCode* slow_path) { in EmitEnvironment()
191 for (HEnvironment* environment = current->GetEnvironment(); in ComputeLiveRanges() local
366 HEnvironment* environment = env_use.GetEnvironment(); in ConnectSiblings() local
99 for (HEnvironment* environment = instruction->GetEnvironment(); in RemoveEnvironmentUses() local112 for (HEnvironment* environment = instruction->GetEnvironment(); in HasEnvironmentUsedByOthers() local127 for (HEnvironment* environment = instruction->GetEnvironment(); in ResetEnvironmentInputRecords() local
582 for (HEnvironment* environment = instruction->GetEnvironment(); in PrintInstruction() local
167 EnvUsePosition(HEnvironment* environment, in EnvUsePosition()
260 HEnvironment* environment = new (allocator_) HEnvironment( in InitializeInstruction() local
2157 void SetRawEnvironment(HEnvironment* environment) { in SetRawEnvironment()2163 void InsertRawEnvironment(HEnvironment* environment) { in InsertRawEnvironment()2175 void CopyEnvironmentFrom(HEnvironment* environment) { in CopyEnvironmentFrom()2185 void CopyEnvironmentFromWithLoopPhiAdjustment(HEnvironment* environment, in CopyEnvironmentFromWithLoopPhiAdjustment()