Home | History | Annotate | Download | only in cctest

Lines Matching refs:buffer

68 // a buffer and executing them.  These tests do not initialize the
96 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
99 CHECK(buffer);
100 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
110 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
119 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
122 CHECK(buffer);
123 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
143 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
152 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
155 CHECK(buffer);
156 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
166 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
175 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
178 CHECK(buffer);
179 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
191 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
193 result = FUNCTION_CAST<F2>(buffer)(0x100000000l, 0x100000000l);
195 result = FUNCTION_CAST<F2>(buffer)(-0x100000000l, 0x100000000l);
204 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
207 CHECK(buffer);
208 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
230 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
239 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
242 CHECK(buffer);
243 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
260 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
269 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
272 CHECK(buffer);
273 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
311 int result = FUNCTION_CAST<F0>(buffer)();
376 v8::internal::byte buffer[1024];
378 Assembler assm(isolate, buffer, sizeof(buffer));
445 v8::internal::byte buffer[1024];
452 Assembler assm(isolate, buffer, sizeof(buffer));