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
348 HEnvironment* environment = use.GetUser(); in SinkCodeToUncommonBranch() local378 HEnvironment* environment = use.GetUser(); in SinkCodeToUncommonBranch() local
89 HEnvironment* environment = new (allocator) HEnvironment(allocator, in VisitBoundsCheck() local
240 HEnvironment* environment = new (GetAllocator()) HEnvironment( in ManuallyBuildEnvFor() local
482 for (HEnvironment* environment = instruction->GetEnvironment(); in VisitInstruction() local512 HEnvironment* environment = instruction->GetEnvironment(); in VisitInstruction() local
138 HEnvironment* environment = new (GetAllocator()) HEnvironment(GetAllocator(), in TestBuildDependencyGraphAndSchedule() local
132 HEnvironment* environment = instruction->GetEnvironment(); in CheckTypeConsistency() local1097 HEnvironment* const environment = instruction->GetEnvironment(); in RecordPcInfo() local1235 void CodeGenerator::EmitEnvironment(HEnvironment* environment, SlowPathCode* slow_path) { in EmitEnvironment()
143 for (HEnvironment* environment = current->GetEnvironment(); in ProcessEnvironment() local
366 HEnvironment* environment = env_use.GetEnvironment(); in ConnectSiblings() local
100 for (HEnvironment* environment = instruction->GetEnvironment(); in RemoveEnvironmentUses() local113 for (HEnvironment* environment = instruction->GetEnvironment(); in HasEnvironmentUsedByOthers() local128 for (HEnvironment* environment = instruction->GetEnvironment(); in ResetEnvironmentInputRecords() local
613 for (HEnvironment* environment = instruction->GetEnvironment(); in PrintInstruction() local
167 EnvUsePosition(HEnvironment* environment, in EnvUsePosition()
260 HEnvironment* environment = new (allocator_) HEnvironment( in InitializeInstruction() local
2240 void SetRawEnvironment(HEnvironment* environment) { in SetRawEnvironment()2246 void InsertRawEnvironment(HEnvironment* environment) { in InsertRawEnvironment()2258 void CopyEnvironmentFrom(HEnvironment* environment) { in CopyEnvironmentFrom()2268 void CopyEnvironmentFromWithLoopPhiAdjustment(HEnvironment* environment, in CopyEnvironmentFromWithLoopPhiAdjustment()