Home | History | Annotate | Download | only in src

Lines Matching refs:HAllocate

1743   HValue* result = Add<HAllocate>(
1779 HAllocate* elements = BuildAllocateElements(elements_kind, size);
1944 HAllocate* HGraphBuilder::BuildAllocate(
1957 HAllocate* object = Add<HAllocate>(
1991 // Allocate the cons string object. HAllocate does not care whether we
1995 ASSERT(HAllocate::CompatibleInstanceTypes(CONS_STRING_TYPE,
1997 HAllocate* result = BuildAllocate(Add<HConstant>(ConsString::kSize),
2203 // Allocate the string object. HAllocate does not care whether we pass
2205 HAllocate* result = BuildAllocate(
2503 HAllocate* HGraphBuilder::AllocateJSArrayObject(AllocationSiteMode mode) {
2509 return Add<HAllocate>(
2525 HAllocate* HGraphBuilder::BuildAllocateElements(ElementsKind kind,
2531 return Add<HAllocate>(size_in_bytes, HType::HeapObject(), NOT_TENURED,
2854 HAllocate* array = AllocateJSArrayObject(mode);
2874 HAllocate* array = AllocateJSArrayObject(mode);
2907 HAllocate* elements = BuildAllocateElements(kind, elements_size);
3134 HAllocate* HGraphBuilder::JSArrayBuilder::AllocateEmptyArray() {
3142 HAllocate* HGraphBuilder::JSArrayBuilder::AllocateArray(
3154 HAllocate* HGraphBuilder::JSArrayBuilder::AllocateArray(
3163 HAllocate* array = AllocateArray(capacity, length_field, fill_mode);
3171 HAllocate* HGraphBuilder::JSArrayBuilder::AllocateArray(
3191 HAllocate* array_object = builder()->AllocateJSArrayObject(mode_);
5771 HInstruction* heap_number = Add<HAllocate>(heap_number_size,
9055 constructor->initial_map()->instance_size() < HAllocate::kMaxInlineSize &&
9153 HAllocate* receiver = BuildAllocate(
9198 // TODO(mstarzinger): For now we remove the previous HAllocate and all
9343 Add<HAllocate>(
9402 Add<HAllocate>(total_size, HType::HeapObject(),
10797 HInstruction* object = Add<HAllocate>(object_size_constant, type,
10833 object_elements = Add<HAllocate>(
10943 Add<HAllocate>(heap_number_constant, HType::HeapObject(),