Lines Matching full:assembler
24 : Assembler(arg_isolate, buffer, size),
4871 nop(Assembler::CODE_AGE_MARKER_NOP);
4883 nop(Assembler::CODE_AGE_SEQUENCE_NOP);
6026 size_(instructions * Assembler::kInstrSize),
6027 masm_(NULL, address, size_ + Assembler::kGap),
6029 // Create a new macro assembler pointing to the address of the code to patch.
6030 // The size is adjusted with kGap on order for the assembler to generate size
6032 DCHECK(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
6044 DCHECK(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
6059 Instr instr = Assembler::instr_at(masm_.pc_);
6060 DCHECK(Assembler::IsBranch(instr));
6061 uint32_t opcode = Assembler::GetOpcodeField(instr);
6064 // There are some special cases (see Assembler::IsBranch()) so extending this