Lines Matching full:assembler
35 class Assembler;
129 // Assembler fixups are positions in generated code that require processing
159 virtual void Emit(Assembler *sp_asm) = 0;
222 void EmitSlowPaths(Assembler* sp_asm) {
245 // To emit an instruction to the assembler buffer, the EnsureCapacity helper
261 // In debug mode, we save the assembler buffer along with the gap
304 // asserting that the user of the assembler buffer has ensured the
352 class Assembler {
354 static Assembler* Create(InstructionSet instruction_set);
502 virtual ~Assembler() {}
505 Assembler() : buffer_() {}