Lines Matching full:assembler
32 #include "macro-assembler.h"
38 using v8::internal::Assembler;
63 // Test the x64 assembler by compiling some simple functions into
92 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
96 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
114 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
118 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
146 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
150 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
168 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
172 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
196 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
200 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
230 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
234 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
259 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
263 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));