Home | History | Annotate | Download | only in ia32

Lines Matching full:assembler

35 // A light-weight IA32 Assembler.
304 friend class Assembler;
402 friend class Assembler;
461 class Assembler : public AssemblerBase {
475 // Create an assembler. Instructions and relocation information are emitted
480 // If the provided buffer is NULL, the assembler allocates and grows its own
482 // owned by the assembler and deallocated upon destruction of the assembler.
484 // If the provided buffer is not NULL, the assembler uses the provided buffer
487 // upon destruction of the assembler.
488 // TODO(vitalyr): the assembler does not need an isolate.
489 Assembler(Isolate* isolate, void* buffer, int buffer_size);
490 virtual ~Assembler() { }
494 // Assembler functions are invoked in between GetCode() calls.
1172 explicit EnsureSpace(Assembler* assembler) : assembler_(assembler) {
1187 Assembler* assembler_;