Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-create-lowering.cc201 const int kMaxFastLiteralDepth = 3; variable
824 if (IsFastLiteral(boilerplate, kMaxFastLiteralDepth, &max_properties)) { in ReduceJSCreateLiteral()
/external/v8/src/crankshaft/
Dhydrogen.h2118 static const int kMaxFastLiteralDepth = 3; variable
Dhydrogen.cc5471 IsFastLiteral(boilerplate, kMaxFastLiteralDepth, &max_properties)) { in VisitObjectLiteral()
5594 IsFastLiteral(boilerplate_object, kMaxFastLiteralDepth, in VisitArrayLiteral()