Lines Matching refs:buffer
42 // a buffer and executing them. These tests do not initialize the
73 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
75 CHECK(buffer);
76 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
86 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
95 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
97 CHECK(buffer);
98 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
118 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
127 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
129 CHECK(buffer);
130 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
140 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
149 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
151 CHECK(buffer);
152 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
169 int result = FUNCTION_CAST<F2>(buffer)(0x1002, 0x2002);
171 result = FUNCTION_CAST<F2>(buffer)(0x1002, 0x2003);
180 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
182 CHECK(buffer);
183 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
195 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
197 result = FUNCTION_CAST<F2>(buffer)(0x100000000l, 0x100000000l);
199 result = FUNCTION_CAST<F2>(buffer)(-0x100000000l, 0x100000000l);
208 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
210 CHECK(buffer);
211 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
225 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
236 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
238 CHECK(buffer);
239 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
250 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
260 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
262 CHECK(buffer);
263 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
273 int64_t result = FUNCTION_CAST<F5>(buffer)(src);
282 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
284 CHECK(buffer);
285 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
296 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
306 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
308 CHECK(buffer);
309 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
326 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
335 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
337 CHECK(buffer);
338 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
349 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
359 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
361 CHECK(buffer);
362 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
384 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
393 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
395 CHECK(buffer);
396 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
413 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
422 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
424 CHECK(buffer);
425 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
463 int result = FUNCTION_CAST<F0>(buffer)();
528 byte buffer[1024];
530 Assembler assm(isolate, buffer, sizeof(buffer));
593 byte buffer[1024];
600 Assembler assm(isolate, buffer, sizeof(buffer));
680 byte buffer[256];
682 Assembler assm(isolate, buffer, sizeof(buffer));
711 v8::internal::byte buffer[256];
712 MacroAssembler assm(isolate, buffer, sizeof buffer);