Lines Matching full:masm
59 explicit JumpPatchSite(MacroAssembler* masm) : masm_(masm) {
318 masm()->CheckConstPool(true, false);
2610 { PreservePositionScope scope(masm()->positions_recorder());
2643 { PreservePositionScope scope(masm()->positions_recorder());
2666 { PreservePositionScope scope(masm()->positions_recorder());
2736 { PreservePositionScope pos_scope(masm()->positions_recorder());
2776 { PreservePositionScope scope(masm()->positions_recorder());
2812 { PreservePositionScope scope(masm()->positions_recorder());
2824 { PreservePositionScope scope(masm()->positions_recorder());
4822 #define __ ACCESS_MASM(masm())
4869 patcher.masm()->b(4 * kInstrSize, pl); // Jump offset is 4 instructions.
4879 patcher.masm()->nop();