Home | History | Annotate | Download | only in compiler

Lines Matching defs:Copy

73   Environment* Copy();
82 explicit Environment(const Environment* copy);
246 BytecodeGraphBuilder::Environment* BytecodeGraphBuilder::Environment::Copy() {
895 Environment* true_environment = environment()->Copy();
1918 // We cannot create a graph from the debugger copy of the bytecode array.
2061 // Store a copy of the environment so we can connect merged back edge inputs
2063 merge_environments_[current_offset] = environment()->Copy();
2094 Environment* osr_env = environment()->Copy();
2144 Environment* if_false_environment = environment()->Copy();
2153 Environment* if_true_environment = environment()->Copy();
2169 Environment* if_true_environment = environment()->Copy();
2180 Environment* if_false_environment = environment()->Copy();
2303 Environment* success_env = environment()->Copy();