Home
last modified time | relevance | path

Searched defs:environment (Results 1 – 14 of 14) 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.cc54 HEnvironment* environment = new (GetAllocator()) HEnvironment( in TEST_F() local
130 HEnvironment* environment = new (GetAllocator()) HEnvironment( in TEST_F() local
Dcode_sinking.cc348 HEnvironment* environment = use.GetUser(); in SinkCodeToUncommonBranch() local
378 HEnvironment* environment = use.GetUser(); in SinkCodeToUncommonBranch() local
Dprepare_for_register_allocation.cc89 HEnvironment* environment = new (allocator) HEnvironment(allocator, in VisitBoundsCheck() local
Dgraph_checker.cc482 for (HEnvironment* environment = instruction->GetEnvironment(); in VisitInstruction() local
512 HEnvironment* environment = instruction->GetEnvironment(); in VisitInstruction() local
Doptimizing_unit_test.h257 HEnvironment* environment = new (GetAllocator()) HEnvironment( in ManuallyBuildEnvFor() local
Dcode_generator.cc125 HEnvironment* environment = instruction->GetEnvironment(); in CheckTypeConsistency() local
1173 HEnvironment* const environment = instruction->GetEnvironment(); in RecordPcInfo() local
1314 void CodeGenerator::EmitVRegInfo(HEnvironment* environment, SlowPathCode* slow_path) { in EmitVRegInfo()
1462 void CodeGenerator::EmitEnvironment(HEnvironment* environment, in EmitEnvironment()
Dscheduler_test.cc132 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
Dnodes.cc100 for (HEnvironment* environment = instruction->GetEnvironment(); in RemoveEnvironmentUses() local
113 for (HEnvironment* environment = instruction->GetEnvironment(); in HasEnvironmentUsedByOthers() local
128 for (HEnvironment* environment = instruction->GetEnvironment(); in ResetEnvironmentInputRecords() local
Dgraph_visualizer.cc616 for (HEnvironment* environment = instruction->GetEnvironment(); in PrintInstruction() local
Dssa_liveness_analysis.h167 EnvUsePosition(HEnvironment* environment, in EnvUsePosition()
Dinstruction_builder.cc261 HEnvironment* environment = new (allocator_) HEnvironment( in InitializeInstruction() local