Home | History | Annotate | Download | only in src

Lines Matching refs:HAllocate

1349   return Add<HAllocate>(total_size, HType::JSArray(),
1694 HInstruction* object = Add<HAllocate>(size_in_bytes,
1942 HAllocate* new_object = builder()->Add<HAllocate>(size_in_bytes,
4474 HInstruction* heap_number = Add<HAllocate>(heap_number_size,
7171 constructor->initial_map()->instance_size() < HAllocate::kMaxInlineSize &&
7213 HAllocate* receiver =
7214 Add<HAllocate>(size_in_bytes, HType::JSObject(), pretenure_flag,
7256 // TODO(mstarzinger): For now we remove the previous HAllocate and all
8254 data_target = Add<HAllocate>(size_in_bytes, HType::JSObject(), TENURED,
8264 target = Add<HAllocate>(size_in_bytes, type, TENURED, instance_type);
8268 target = Add<HAllocate>(size_in_bytes, type, NOT_TENURED, instance_type);