Home | History | Annotate | Download | only in src

Lines Matching refs:new_constant

3215     HConstant* new_constant =
3217 new_constant->InsertAfter(instruction);
3218 return new_constant;
3226 HConstant* new_constant =
3228 new_constant->InsertBefore(instruction);
3229 return new_constant;