Searched refs:copy_env (Results 1 – 2 of 2) sorted by relevance
137 HEnvironment* copy_env = new (arena_) HEnvironment(arena_, *orig_env, copy_instr); in DeepCloneEnvironmentWithRemapping() local145 copy_env->SetRawEnvAt(i, env_input); in DeepCloneEnvironmentWithRemapping()147 env_input->AddEnvUseAt(copy_env, i); in DeepCloneEnvironmentWithRemapping()155 copy_instr->InsertRawEnvironment(copy_env); in DeepCloneEnvironmentWithRemapping()157 copy_instr->SetRawEnvironment(copy_env); in DeepCloneEnvironmentWithRemapping()
208 HEnvironment* copy_env = copy_instr->GetEnvironment(); in TEST_F() local210 EXPECT_EQ(copy_env->GetParent(), nullptr); in TEST_F()211 EXPECT_EQ(orig_env->Size(), copy_env->Size()); in TEST_F()215 HInstruction* copy_input = copy_env->GetInstructionAt(i); in TEST_F()