Home | History | Annotate | Download | only in src

Lines Matching refs:HAllocate

1820   HValue* result = Add<HAllocate>(
1856 HAllocate* elements = BuildAllocateElements(elements_kind, size);
2023 HAllocate* HGraphBuilder::BuildAllocate(
2036 HAllocate* object = Add<HAllocate>(
2070 // Allocate the cons string object. HAllocate does not care whether we
2074 DCHECK(HAllocate::CompatibleInstanceTypes(CONS_STRING_TYPE,
2076 HAllocate* result = BuildAllocate(Add<HConstant>(ConsString::kSize),
2282 // Allocate the string object. HAllocate does not care whether we pass
2284 HAllocate* result = BuildAllocate(
2582 HAllocate* HGraphBuilder::AllocateJSArrayObject(AllocationSiteMode mode) {
2588 return Add<HAllocate>(
2604 HAllocate* HGraphBuilder::BuildAllocateElements(ElementsKind kind,
2610 return Add<HAllocate>(size_in_bytes, HType::HeapObject(), NOT_TENURED,
2933 HAllocate* array = AllocateJSArrayObject(mode);
2953 HAllocate* array = AllocateJSArrayObject(mode);
2986 HAllocate* elements = BuildAllocateElements(kind, elements_size);
3213 HAllocate* HGraphBuilder::JSArrayBuilder::AllocateEmptyArray() {
3221 HAllocate* HGraphBuilder::JSArrayBuilder::AllocateArray(
3233 HAllocate* HGraphBuilder::JSArrayBuilder::AllocateArray(
3242 HAllocate* array = AllocateArray(capacity, length_field, fill_mode);
3250 HAllocate* HGraphBuilder::JSArrayBuilder::AllocateArray(
3270 HAllocate* array_object = builder()->AllocateJSArrayObject(mode_);
5864 HInstruction* heap_number = Add<HAllocate>(heap_number_size,
9215 constructor->initial_map()->instance_size() < HAllocate::kMaxInlineSize &&
9313 HAllocate* receiver = BuildAllocate(
9358 // TODO(mstarzinger): For now we remove the previous HAllocate and all
9503 Add<HAllocate>(
9562 Add<HAllocate>(total_size, HType::HeapObject(),
10956 HInstruction* object = Add<HAllocate>(object_size_constant, type,
10992 HAllocate>(
11103 Add<HAllocate>(heap_number_constant, HType::HeapObject(),