Lines Matching refs:assembler
35 // A lightweight X64 Assembler.
366 friend class Assembler;
434 friend class Assembler;
530 class Assembler : public AssemblerBase {
544 // Create an assembler. Instructions and relocation information are emitted
549 // If the provided buffer is NULL, the assembler allocates and grows its own
551 // owned by the assembler and deallocated upon destruction of the assembler.
553 // If the provided buffer is not NULL, the assembler uses the provided buffer
556 // upon destruction of the assembler.
557 Assembler(Isolate* isolate, void* buffer, int buffer_size);
558 ~Assembler();
565 // Assembler functions are invoked in between GetCode() calls.
1626 // True if the assembler owns the buffer, false if buffer is external.
1649 explicit EnsureSpace(Assembler* assembler) : assembler_(assembler) {
1664 Assembler* assembler_;