Home
last modified time | relevance | path

Searched defs:environment (Results 1 – 16 of 16) 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
Dprofiling_info_builder.cc67 for (HEnvironment* environment = invoke->GetEnvironment(); in EncodeDexPc() local
Dcode_sinking.cc451 HEnvironment* environment = use.GetUser(); in SinkCodeToUncommonBranch() local
481 HEnvironment* environment = use.GetUser(); in SinkCodeToUncommonBranch() local
Dcode_generator.cc131 HEnvironment* environment = instruction->GetEnvironment(); in CheckTypeConsistency() local
1192 HEnvironment* const environment = instruction->GetEnvironment(); in RecordPcInfo() local
1282 HEnvironment* const environment = block->GetFirstInstruction()->GetEnvironment(); in RecordCatchBlockInfo() local
1322 void CodeGenerator::EmitVRegInfo(HEnvironment* environment, in EmitVRegInfo()
1476 void CodeGenerator::EmitVRegInfoOnlyCatchPhis(HEnvironment* environment) { in EmitVRegInfoOnlyCatchPhis()
1519 void CodeGenerator::EmitEnvironment(HEnvironment* environment, in EmitEnvironment()
Dprepare_for_register_allocation.cc89 HEnvironment* environment = new (allocator) HEnvironment(allocator, in VisitBoundsCheck() 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
Dnodes.h2503 void SetRawEnvironment(HEnvironment* environment) { in SetRawEnvironment()
2509 void InsertRawEnvironment(HEnvironment* environment) { in InsertRawEnvironment()
2521 void CopyEnvironmentFrom(HEnvironment* environment) { in CopyEnvironmentFrom()
2531 void CopyEnvironmentFromWithLoopPhiAdjustment(HEnvironment* environment, in CopyEnvironmentFromWithLoopPhiAdjustment()
Doptimizing_unit_test.h329 HEnvironment* environment = new (GetAllocator()) HEnvironment( in ManuallyBuildEnvFor() local
Dgraph_checker.cc720 const HEnvironment* environment = catch_block->GetFirstInstruction()->GetEnvironment(); in VisitInstruction() local
Dnodes.cc110 for (HEnvironment* environment = instruction->GetEnvironment(); in RemoveEnvironmentUses() local
123 for (HEnvironment* environment = instruction->GetEnvironment(); in HasEnvironmentUsedByOthers() local
138 for (HEnvironment* environment = instruction->GetEnvironment(); in ResetEnvironmentInputRecords() local
Dgraph_visualizer.cc683 for (HEnvironment* environment = instruction->GetEnvironment(); in PrintInstruction() local
Dssa_liveness_analysis.h165 EnvUsePosition(HEnvironment* environment, in EnvUsePosition()
Dinstruction_builder.cc299 HEnvironment* environment = new (allocator_) HEnvironment( in InitializeInstruction() local