Lines Matching full:assembler
17 #include "src/regexp-macro-assembler.h"
1053 Assembler::BlockConstPoolScope block_const_pool(masm);
1205 Assembler::BlockConstPoolScope block_const_pool(masm);
3920 Assembler::BlockConstPoolScope block_const_pool(masm);
3939 DCHECK(Assembler::GetBranchOffset(masm->instr_at(0)) < (1 << 12));
3940 DCHECK(Assembler::GetBranchOffset(masm->instr_at(4)) < (1 << 12));
3942 PatchBranchIntoNop(masm, Assembler::kInstrSize);
4179 int code_size = masm->CallStubSize(&stub) + 2 * Assembler::kInstrSize;
4191 3 * Assembler::kInstrSize;