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

/external/v8/src/compiler/
H A Djs-create-lowering.cc192 const int kMaxFastLiteralDepth = 3; member in namespace:v8::internal::compiler::__anon18552
634 if (IsFastLiteral(boilerplate, kMaxFastLiteralDepth, &max_properties)) {
/external/v8/src/crankshaft/
H A Dhydrogen.h2222 static const int kMaxFastLiteralDepth = 3; member in class:v8::internal::HOptimizedGraphBuilder
H A Dhydrogen.cc6066 IsFastLiteral(boilerplate, kMaxFastLiteralDepth, &max_properties)) {
6186 IsFastLiteral(boilerplate_object, kMaxFastLiteralDepth,

Completed in 147 milliseconds