Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis_test.cc102 null_check->SetRawEnvironment(null_check_env); in TEST_F()
113 bounds_check->SetRawEnvironment(bounds_check_env); in TEST_F()
171 null_check->SetRawEnvironment(null_check_env); in TEST_F()
186 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.h248 instruction->SetRawEnvironment(environment); in ManuallyBuildEnvFor()
Dscheduler_test.cc143 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.h2240 void SetRawEnvironment(HEnvironment* environment) { in SetRawEnvironment() function