Searched refs:IsFastLiteral (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Djs-create-lowering.cc131 bool IsFastLiteral(Handle<JSObject> boilerplate, int max_depth, function in namespace:v8::internal::compiler::__anon18552
155 if (!IsFastLiteral(value_object, max_depth - 1, max_properties)) {
182 if (!IsFastLiteral(value_object, max_depth - 1, max_properties)) {
634 if (IsFastLiteral(boilerplate, kMaxFastLiteralDepth, &max_properties)) {
/external/v8/src/crankshaft/
H A Dhydrogen.cc5980 static bool IsFastLiteral(Handle<JSObject> boilerplate, function in namespace:v8::internal
6003 if (!IsFastLiteral(value_object,
6032 if (!IsFastLiteral(value_object,
6066 IsFastLiteral(boilerplate, kMaxFastLiteralDepth, &max_properties)) {
6186 IsFastLiteral(boilerplate_object, kMaxFastLiteralDepth,

Completed in 65 milliseconds