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

  /dalvik/vm/arch/generic/
Call.cpp 78 const int kMaxArgs = argc+2; /* +1 for env, maybe +1 for clazz */
80 ffi_type* types[kMaxArgs];
81 void* values[kMaxArgs];
  /external/v8/src/
d8-posix.cc 223 for (unsigned i = 0; i < kMaxArgs; i++) {
231 static const unsigned kMaxArgs = 1000;
236 char* exec_args_[kMaxArgs + 1];
465 if (command_args->Length() > ExecArgs::kMaxArgs) {
  /external/regex-re2/util/
pcre.cc 28 static const int kMaxArgs = 16;
29 static const int kVecSize = (1 + kMaxArgs) * 3; // results + PCRE workspace
160 const Arg* args[kMaxArgs];
203 const Arg* args[kMaxArgs];
246 const Arg* args[kMaxArgs];
295 const Arg* args[kMaxArgs];
    [all...]
  /external/regex-re2/re2/
re2.cc 26 static const int kMaxArgs = 16;
27 static const int kVecSize = 1+kMaxArgs;
    [all...]

Completed in 228 milliseconds