Searched refs:boilerplate_object (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/ |
D | js-create-lowering.cc | 1100 Handle<JSObject> boilerplate_object = in AllocateFastLiteral() local 1104 boilerplate_object, site_context); in AllocateFastLiteral() 1105 site_context->ExitScope(current_site, boilerplate_object); in AllocateFastLiteral() 1219 Handle<JSObject> boilerplate_object = in AllocateFastLiteralElements() local 1223 effect, control, boilerplate_object, site_context); in AllocateFastLiteralElements() 1224 site_context->ExitScope(current_site, boilerplate_object); in AllocateFastLiteralElements()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 5615 Handle<JSObject> boilerplate_object; in VisitArrayLiteral() local 5619 boilerplate_object = Handle<JSObject>( in VisitArrayLiteral() 5625 if (!boilerplate_object.is_null() && in VisitArrayLiteral() 5626 IsFastLiteral(boilerplate_object, kMaxFastLiteralDepth, in VisitArrayLiteral() 5631 literal = BuildFastLiteral(boilerplate_object, &site_context); in VisitArrayLiteral() 5632 site_context.ExitScope(site, boilerplate_object); in VisitArrayLiteral() 5673 if (!boilerplate_object.is_null()) { in VisitArrayLiteral() 5675 boilerplate_object->GetElementsKind(); in VisitArrayLiteral() 11524 Handle<JSObject> boilerplate_object, in BuildFastLiteral() argument 11527 Handle<Map> initial_map(boilerplate_object->map()); in BuildFastLiteral() [all …]
|
D | hydrogen.h | 2733 HInstruction* BuildFastLiteral(Handle<JSObject> boilerplate_object, 2736 void BuildEmitObjectHeader(Handle<JSObject> boilerplate_object, 2739 void BuildEmitInObjectProperties(Handle<JSObject> boilerplate_object, 2744 void BuildEmitElements(Handle<JSObject> boilerplate_object,
|