Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.h119 static const int kFunctionContextAllocationLimit = 16; variable
Djs-typed-lowering.cc1950 if (slot_count < kFunctionContextAllocationLimit) { in ReduceJSCreateFunctionContext()