Home | History | Annotate | Download | only in src

Lines Matching refs:HInnerAllocatedObject

5728 class HInnerAllocatedObject FINAL : public HTemplateInstruction<2> {
5730 static HInnerAllocatedObject* New(Zone* zone,
5735 return new(zone) HInnerAllocatedObject(value, offset, type);
5750 HInnerAllocatedObject(HValue* value,
5775 object = HInnerAllocatedObject::cast(object)->base_object();
5800 value = HInnerAllocatedObject::cast(value)->base_object();
5814 object = HInnerAllocatedObject::cast(object)->base_object();
6934 // newly allocated objects (via HAllocate or HInnerAllocatedObject).