Home
last modified time | relevance | path

Searched defs:environment (Results 1 – 15 of 15) sorted by relevance

/art/compiler/optimizing/
Dlicm.cc43 for (HEnvironment* environment = instruction->GetEnvironment(); in InputsAreDefinedBeforeLoop() local
67 static void UpdateLoopPhisIn(HEnvironment* environment, HLoopInformation* info) { in UpdateLoopPhisIn()
Dnodes_test.cc167 HEnvironment* environment = new (GetAllocator()) HEnvironment( in TEST_F() local
243 HEnvironment* environment = new (GetAllocator()) HEnvironment( in TEST_F() local
Dcode_sinking.cc448 HEnvironment* environment = use.GetUser(); in SinkCodeToUncommonBranch() local
478 HEnvironment* environment = use.GetUser(); in SinkCodeToUncommonBranch() local
Dprepare_for_register_allocation.cc89 HEnvironment* environment = new (allocator) HEnvironment(allocator, in VisitBoundsCheck() local
Dcode_generator.cc130 HEnvironment* environment = instruction->GetEnvironment(); in CheckTypeConsistency() local
1269 HEnvironment* const environment = instruction->GetEnvironment(); in RecordPcInfo() local
1359 HEnvironment* const environment = block->GetFirstInstruction()->GetEnvironment(); in RecordCatchBlockInfo() local
1399 void CodeGenerator::EmitVRegInfo(HEnvironment* environment, in EmitVRegInfo()
1553 void CodeGenerator::EmitVRegInfoOnlyCatchPhis(HEnvironment* environment) { in EmitVRegInfoOnlyCatchPhis()
1596 void CodeGenerator::EmitEnvironment(HEnvironment* environment, in EmitEnvironment()
Dgraph_checker.cc633 for (HEnvironment* environment = instruction->GetEnvironment(); in VisitInstruction() local
659 const HEnvironment* environment = catch_block->GetFirstInstruction()->GetEnvironment(); in VisitInstruction() local
Dscheduler_test.cc133 HEnvironment* environment = new (GetAllocator()) HEnvironment(GetAllocator(), in TestBuildDependencyGraphAndSchedule() local
Dssa_liveness_analysis.cc143 for (HEnvironment* environment = current->GetEnvironment(); in ProcessEnvironment() local
Dregister_allocation_resolver.cc366 HEnvironment* environment = env_use.GetEnvironment(); in ConnectSiblings() local
Doptimizing_unit_test.h332 HEnvironment* environment = new (GetAllocator()) HEnvironment( in ManuallyBuildEnvFor() local
Dnodes.h2477 void SetRawEnvironment(HEnvironment* environment) { in SetRawEnvironment()
2483 void InsertRawEnvironment(HEnvironment* environment) { in InsertRawEnvironment()
2495 void CopyEnvironmentFrom(HEnvironment* environment) { in CopyEnvironmentFrom()
2505 void CopyEnvironmentFromWithLoopPhiAdjustment(HEnvironment* environment, in CopyEnvironmentFromWithLoopPhiAdjustment()
Dnodes.cc108 for (HEnvironment* environment = instruction->GetEnvironment(); in RemoveEnvironmentUses() local
121 for (HEnvironment* environment = instruction->GetEnvironment(); in HasEnvironmentUsedByOthers() local
136 for (HEnvironment* environment = instruction->GetEnvironment(); in ResetEnvironmentInputRecords() local
Dgraph_visualizer.cc680 for (HEnvironment* environment = instruction->GetEnvironment(); in PrintInstruction() local
Dssa_liveness_analysis.h168 EnvUsePosition(HEnvironment* environment, in EnvUsePosition()
Dinstruction_builder.cc298 HEnvironment* environment = new (allocator_) HEnvironment( in InitializeInstruction() local