Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis_test.cc104 null_check->SetRawEnvironment(null_check_env); in TEST_F()
115 bounds_check->SetRawEnvironment(bounds_check_env); in TEST_F()
173 null_check->SetRawEnvironment(null_check_env); in TEST_F()
188 deoptimize->SetRawEnvironment(deoptimize_env); in TEST_F()
Dnodes_test.cc56 null_check->SetRawEnvironment(environment); in TEST_F()
135 with_environment->SetRawEnvironment(environment); in TEST_F()
Doptimizing_unit_test.h245 instruction->SetRawEnvironment(environment); in ManuallyBuildEnvFor()
Dscheduler_test.cc137 div_check->SetRawEnvironment(environment); in TestBuildDependencyGraphAndSchedule()
Dsuperblock_cloner.cc157 copy_instr->SetRawEnvironment(copy_env); in DeepCloneEnvironmentWithRemapping()
Dinstruction_builder.cc267 instruction->SetRawEnvironment(environment); in InitializeInstruction()
Dnodes.h2312 void SetRawEnvironment(HEnvironment* environment) { in SetRawEnvironment() function