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

  /external/v8/test/cctest/
test-utils.cc 93 int length = OS::kMinComplexMemCopy + length_alignment;
109 const int N = OS::kMinComplexMemCopy + 128;
  /external/v8/src/
v8utils.h 209 if (chars >= static_cast<int>(OS::kMinComplexMemCopy / sizeof(*dest))) {
platform.h 307 static const int kMinComplexMemCopy = 64;
314 static const int kMinComplexMemCopy = 256;
  /external/v8/src/ia32/
codegen-ia32.cc 172 Immediate(OS::kMinComplexMemCopy));

Completed in 2934 milliseconds