Home | History | Annotate | Download | only in src

Lines Matching refs:GenerateBody

664   void Generate(MacroAssembler* masm) { GenerateBody(masm, false); }
667 void GenerateBody(MacroAssembler* masm, bool is_construct);
683 void Generate(MacroAssembler* masm) { GenerateBody(masm, true); }