HomeSort by relevance Sort by last modified time
    Searched refs:copy_env (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
superblock_cloner_test.cc 250 HEnvironment* copy_env = copy_instr->GetEnvironment(); local
252 EXPECT_EQ(copy_env->GetParent(), nullptr);
253 EXPECT_EQ(orig_env->Size(), copy_env->Size());
257 HInstruction* copy_input = copy_env->GetInstructionAt(i);
superblock_cloner.cc 123 HEnvironment* copy_env = new (arena_) HEnvironment(arena_, *orig_env, copy_instr); local
131 copy_env->SetRawEnvAt(i, env_input);
133 env_input->AddEnvUseAt(copy_env, i);
141 copy_instr->InsertRawEnvironment(copy_env);
143 copy_instr->SetRawEnvironment(copy_env);

Completed in 52 milliseconds