Lines Matching full:assembler
24 : Assembler(arg_isolate, buffer, size),
4028 size_(instructions * Assembler::kInstrSize),
4029 masm_(NULL, address, size_ + Assembler::kGap),
4031 // Create a new macro assembler pointing to the address of the code to patch.
4032 // The size is adjusted with kGap on order for the assembler to generate size
4034 DCHECK(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
4046 DCHECK(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
4061 Instr instr = Assembler::instr_at(masm_.pc_);