Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-create-lowering.cc1172 Handle<JSObject> boilerplate_object = in AllocateFastLiteral() local
1176 boilerplate_object, site_context); in AllocateFastLiteral()
1177 site_context->ExitScope(current_site, boilerplate_object); in AllocateFastLiteral()
1283 Handle<JSObject> boilerplate_object = in AllocateFastLiteralElements() local
1287 effect, control, boilerplate_object, site_context); in AllocateFastLiteralElements()
1288 site_context->ExitScope(current_site, boilerplate_object); in AllocateFastLiteralElements()
/external/v8/src/crankshaft/
Dhydrogen.cc5583 Handle<JSObject> boilerplate_object; in VisitArrayLiteral() local
5587 boilerplate_object = Handle<JSObject>( in VisitArrayLiteral()
5593 if (!boilerplate_object.is_null() && in VisitArrayLiteral()
5594 IsFastLiteral(boilerplate_object, kMaxFastLiteralDepth, in VisitArrayLiteral()
5599 literal = BuildFastLiteral(boilerplate_object, &site_context); in VisitArrayLiteral()
5600 site_context.ExitScope(site, boilerplate_object); in VisitArrayLiteral()
5642 if (!boilerplate_object.is_null()) { in VisitArrayLiteral()
5644 boilerplate_object->GetElementsKind(); in VisitArrayLiteral()
11581 Handle<JSObject> boilerplate_object, in BuildFastLiteral() argument
11584 Handle<Map> initial_map(boilerplate_object->map()); in BuildFastLiteral()
[all …]
Dhydrogen.h2748 HInstruction* BuildFastLiteral(Handle<JSObject> boilerplate_object,
2751 void BuildEmitObjectHeader(Handle<JSObject> boilerplate_object,
2754 void BuildEmitInObjectProperties(Handle<JSObject> boilerplate_object,
2759 void BuildEmitElements(Handle<JSObject> boilerplate_object,