Searched refs:kMaxParamCount (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/compiler/
H A Dtest-run-native-calls.cc218 const int kMaxParamCount = 64; member in namespace:v8::internal::compiler::__anon17550
220 MachineType kIntTypes[kMaxParamCount + 1] = {
250 CHECK(param_count <= kMaxParamCount);
311 static const int kMaxParamCount = 64; member in class:v8::internal::compiler::__anon17550::ArgsBuffer
324 CHECK(param_count <= kMaxParamCount);
330 static MachineType kTypes[kMaxParamCount + 1] = {
372 CType input[kMaxParamCount];
380 for (int j = 0; j < count_ && j < kMaxParamCount; j++) {
391 for (int j = 0; j < count_ && j < kMaxParamCount; j++) {
402 for (int j = 0; j < count_ && j < kMaxParamCount;
[all...]

Completed in 1609 milliseconds