Home
last modified time | relevance | path

Searched refs:kMaxBytecodeSizeForOpt (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Druntime-profiler.cc40 static const int kMaxBytecodeSizeForOpt = 60 * KB; variable
200 if (shared->GetBytecodeArray()->length() > kMaxBytecodeSizeForOpt) { in ShouldOptimize()