Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.h120 static const int kBlockContextAllocationLimit = 16; variable
Djs-typed-lowering.cc2053 if (context_length < kBlockContextAllocationLimit) { in ReduceJSCreateBlockContext()