Lines Matching defs:Copy
528 SetInitialEnvironment(pred->last_environment()->Copy());
968 first_true_block_ = builder->CreateBasicBlock(env->Copy());
969 first_false_block_ = builder->CreateBasicBlock(env->Copy());
986 first_true_block_ = builder()->CreateBasicBlock(env->Copy());
987 first_false_block_ = builder()->CreateBasicBlock(env->Copy());
991 HBasicBlock* split_edge = builder()->CreateBasicBlock(env->Copy());
1016 split_edge_merge_block_ = builder()->CreateBasicBlock(env->Copy());
1021 first_false_block_ = builder()->CreateBasicBlock(env->Copy());
1031 split_edge_merge_block_ = builder()->CreateBasicBlock(env->Copy());
1036 first_true_block_ = builder()->CreateBasicBlock(env->Copy());
1269 HEnvironment* body_env = env->Copy();
1270 HEnvironment* exit_env = env->Copy();
1313 HEnvironment* env = builder_->environment()->Copy();
1316 HEnvironment* env = exit_block_->last_environment()->Copy();
2333 // Copy characters to the result string.
2338 // Copy characters from the left string.
2343 // Copy characters from the right string.
2350 // Copy characters from the left string.
2355 // Copy characters from the right string.
2871 // If the copy might trigger a GC, make sure that the FixedArray is
8223 // Create a dematerialized arguments object for the function, also copy the
8717 // Ensure that we aren't popping from a copy-on-write array.
8850 // We cannot handle copy-on-write backing stores here.
8867 // Copy the remaining elements.
11661 // Copy in-object properties.
11798 // Copy elements backing store content.
12497 if (other->outer_ != NULL) outer_ = other->outer_->Copy(); // Deep copy.
12593 HEnvironment* HEnvironment::Copy() const {
12599 HEnvironment* result = Copy();
12606 HEnvironment* new_env = Copy();
12647 // Outer environment is a copy of this one without the arguments.
12650 HEnvironment* outer = Copy();