Home
last modified time | relevance | path

Searched refs:DeepCloneEnvironmentWithRemapping (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dsuperblock_cloner.h285 void DeepCloneEnvironmentWithRemapping(HInstruction* copy_instr, const HEnvironment* orig_env);
Dsuperblock_cloner.cc132 void SuperblockCloner::DeepCloneEnvironmentWithRemapping(HInstruction* copy_instr, in DeepCloneEnvironmentWithRemapping() function in art::SuperblockCloner
135 DeepCloneEnvironmentWithRemapping(copy_instr, orig_env->GetParent()); in DeepCloneEnvironmentWithRemapping()
1039 DeepCloneEnvironmentWithRemapping(copy_instr, orig_instr->GetEnvironment()); in CloneBasicBlock()