Home | History | Annotate | Download | only in mips

Lines Matching refs:GenerateFast

5547 void StringCharCodeAtGenerator::GenerateFast(MacroAssembler* masm) {
5648 void StringCharFromCodeGenerator::GenerateFast(MacroAssembler* masm) {
5696 void StringCharAtGenerator::GenerateFast(MacroAssembler* masm) {
5697 char_code_at_generator_.GenerateFast(masm);
5698 char_from_code_generator_.GenerateFast(masm);