Searched defs:allocation_site_payload (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen.cc2647 HValue* allocation_site_payload,
2666 array, Add<HConstant>(JSArray::kSize), allocation_site_payload);
3143 HValue* allocation_site_payload,
3148 allocation_site_payload_(allocation_site_payload),
3150 DCHECK(!allocation_site_payload->IsConstant() ||
3151 HConstant::cast(allocation_site_payload)->handle(
2642 BuildJSArrayHeader(HValue* array, HValue* array_map, HValue* elements, AllocationSiteMode mode, ElementsKind elements_kind, HValue* allocation_site_payload, HValue* length_field) argument
3141 JSArrayBuilder(HGraphBuilder* builder, ElementsKind kind, HValue* allocation_site_payload, HValue* constructor_function, AllocationSiteOverrideMode override_mode) argument

Completed in 229 milliseconds