HomeSort by relevance Sort by last modified time
    Searched refs:kMinimalBufferSize (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/v8/test/cctest/
test-assembler-x64.cc 96 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
119 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
152 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
175 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
204 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
239 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
269 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
test-code-stubs-x64.cc 49 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
test-macro-assembler-x64.cc 156 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
245 static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 2,
296 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
425 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
470 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
719 static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
809 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
1000 static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 2,
1091 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
    [all...]
test-code-stubs-ia32.cc 50 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
  /external/v8/test/cctest/
test-assembler-x64.cc 105 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
127 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
159 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
181 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
209 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
243 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
272 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
test-macro-assembler-x64.cc 156 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
246 static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 2,
298 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
428 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
474 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
724 static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
814 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
1006 static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 2,
1098 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
    [all...]
  /external/chromium_org/v8/src/
assembler.cc 127 if (buffer_size <= kMinimalBufferSize) {
128 buffer_size = kMinimalBufferSize;
152 buffer_size_ == kMinimalBufferSize) {
    [all...]
assembler.h 85 static const int kMinimalBufferSize = 4*KB;
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 321 if (buffer_size <= kMinimalBufferSize) {
322 buffer_size = kMinimalBufferSize;
367 buffer_size_ == kMinimalBufferSize) {
    [all...]
assembler-ia32.h     [all...]
  /external/v8/src/mips/
assembler-mips.cc 271 static const int kMinimalBufferSize = 4 * KB;
280 if (buffer_size <= kMinimalBufferSize) {
281 buffer_size = kMinimalBufferSize;
329 buffer_size_ == kMinimalBufferSize) {
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 131 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
assembler-x64.cc 354 if (buffer_size <= kMinimalBufferSize) {
355 buffer_size = kMinimalBufferSize;
402 buffer_size_ == kMinimalBufferSize) {
528 buffer_size_ == kMinimalBufferSize) {
    [all...]
assembler-x64.h     [all...]
  /external/chromium_org/v8/src/x64/
codegen-x64.cc 162 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
assembler-x64.cc 492 buffer_size_ == kMinimalBufferSize) {
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 290 static const int kMinimalBufferSize = 4*KB;
299 if (buffer_size <= kMinimalBufferSize) {
300 buffer_size = kMinimalBufferSize;
341 buffer_size_ == kMinimalBufferSize) {
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.cc     [all...]

Completed in 270 milliseconds