Home | History | Annotate | Download | only in src

Lines Matching refs:substitution

960   void Replace(Code* substitution) {
962 *(rvalues_[i]) = substitution;
964 Address substitution_entry = substitution->instruction_start();
982 // Finds all references to original and replaces them with substitution.
983 static void ReplaceCodeObject(Code* original, Code* substitution) {
984 ASSERT(!HEAP->InNewSpace(substitution));
1007 visitor.Replace(substitution);