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

  /external/v8/src/
compiler.cc 215 const int kMaxOptCount =
217 if (info->shared_info()->opt_count() > kMaxOptCount) {
  /external/chromium_org/v8/src/
compiler.cc 343 const int kMaxOptCount =
345 if (info()->opt_count() > kMaxOptCount) {
    [all...]

Completed in 549 milliseconds