Lines Matching full:assembler
23 : Assembler(arg_isolate, buffer, size),
4761 nop(Assembler::CODE_AGE_MARKER_NOP);
4773 nop(Assembler::CODE_AGE_SEQUENCE_NOP);
4774 nop(Assembler::CODE_AGE_SEQUENCE_NOP);
4775 nop(Assembler::CODE_AGE_SEQUENCE_NOP);
6011 size_(instructions * Assembler::kInstrSize),
6012 masm_(NULL, address, size_ + Assembler::kGap),
6014 // Create a new macro assembler pointing to the address of the code to patch.
6015 // The size is adjusted with kGap on order for the assembler to generate size
6017 DCHECK(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
6028 DCHECK(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
6043 Instr instr = Assembler::instr_at(masm_.pc_);
6044 DCHECK(Assembler::IsBranch(instr));
6045 uint32_t opcode = Assembler::GetOpcodeField(instr);
6048 // There are some special cases (see Assembler::IsBranch()) so extending this