Lines Matching refs:boilerplate
41 JSObject AllocationSite::boilerplate() const {
46 JSObject AllocationSite::boilerplate(AcquireLoadTag tag) const {
122 // Heuristic: We only need to create allocation site info if the boilerplate
217 if (site->PointsToLiteral() && site->boilerplate().IsJSArray()) {
218 Handle<JSArray> boilerplate(JSArray::cast(site->boilerplate()), isolate);
219 ElementsKind kind = boilerplate->GetElementsKind();
228 CHECK(boilerplate->length().ToArrayLength(&length));
235 PrintF("AllocationSite: JSArray %p boilerplate %supdated %s->%s\n",
241 JSObject::TransitionElementsKind(boilerplate, to_kind);