Home | History | Annotate | Download | only in utils

Lines Matching refs:Emit

73   virtual void Emit(Assembler *sp_asm) = 0;
98 template<typename T> void Emit(T value) {
128 // Emit a fixup at the current location.
150 cur->Emit(sp_asm);
168 // To emit an instruction to the assembler buffer, the EnsureCapacity helper
174 // ... emit bytes for single instruction ...
199 // Unmark the buffer, so we cannot emit after this.
360 // Finalize the code; emit slow paths, fixup branches, add literal pool, etc.
375 // Emit code that will create an activation on the stack
380 // Emit code that will remove an activation from the stack