Home | History | Annotate | Download | only in src

Lines Matching defs:masm

569     TableEntryGenerator(MacroAssembler* masm, BailoutType type, int count)
570 : masm_(masm), type_(type), count_(count) {}
575 MacroAssembler* masm() const { return masm_; }
652 MacroAssembler* masm, int count, BailoutType type);