Home
last modified time | relevance | path

Searched refs:SetRawEnvironment (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dssa_liveness_analysis_test.cc105 null_check->SetRawEnvironment(null_check_env); in TEST_F()
116 bounds_check->SetRawEnvironment(bounds_check_env); in TEST_F()
174 null_check->SetRawEnvironment(null_check_env); in TEST_F()
189 deoptimize->SetRawEnvironment(deoptimize_env); in TEST_F()
Dnodes_test.cc169 null_check->SetRawEnvironment(environment); in TEST_F()
248 with_environment->SetRawEnvironment(environment); in TEST_F()
Dscheduler_test.cc138 div_check->SetRawEnvironment(environment); in TestBuildDependencyGraphAndSchedule()
Doptimizing_unit_test.h337 instruction->SetRawEnvironment(environment); in ManuallyBuildEnvFor()
Dsuperblock_cloner.cc157 copy_instr->SetRawEnvironment(copy_env); in DeepCloneEnvironmentWithRemapping()
Dinstruction_builder.cc306 instruction->SetRawEnvironment(environment); in InitializeInstruction()
Dnodes.h2503 void SetRawEnvironment(HEnvironment* environment) { in SetRawEnvironment() function