Home | History | Annotate | Download | only in x64

Lines Matching full:assembler

35 // A lightweight X64 Assembler.
368 friend class Assembler;
436 friend class Assembler;
476 class Assembler : public AssemblerBase {
490 // Create an assembler. Instructions and relocation information are emitted
495 // If the provided buffer is NULL, the assembler allocates and grows its own
497 // owned by the assembler and deallocated upon destruction of the assembler.
499 // If the provided buffer is not NULL, the assembler uses the provided buffer
502 // upon destruction of the assembler.
503 Assembler(Isolate* isolate, void* buffer, int buffer_size);
504 virtual ~Assembler() { }
508 // Assembler functions are invoked in between GetCode() calls.
1578 explicit EnsureSpace(Assembler* assembler) : assembler_(assembler) {
1593 Assembler* assembler_;