Searched refs:kMaxFastLiteralDepth (Results 1 - 3 of 3) sorted by relevance
/external/v8/src/compiler/ | ||
H A D | js-create-lowering.cc | 192 const int kMaxFastLiteralDepth = 3; member in namespace:v8::internal::compiler::__anon18552 634 if (IsFastLiteral(boilerplate, kMaxFastLiteralDepth, &max_properties)) { |
/external/v8/src/crankshaft/ | ||
H A D | hydrogen.h | 2222 static const int kMaxFastLiteralDepth = 3; member in class:v8::internal::HOptimizedGraphBuilder |
H A D | hydrogen.cc | 6066 IsFastLiteral(boilerplate, kMaxFastLiteralDepth, &max_properties)) { 6186 IsFastLiteral(boilerplate_object, kMaxFastLiteralDepth, |
Completed in 147 milliseconds