Home | History | Annotate | Download | only in src

Lines Matching defs:masm

549     TableEntryGenerator(MacroAssembler* masm, BailoutType type, int count)
550 : masm_(masm), type_(type), count_(count) {}
555 MacroAssembler* masm() const { return masm_; }
623 MacroAssembler* masm, int count, BailoutType type);