Home | History | Annotate | Download | only in src

Lines Matching refs:HInnerAllocatedObject

5615 class HInnerAllocatedObject V8_FINAL : public HTemplateInstruction<2> {
5617 static HInnerAllocatedObject* New(Zone* zone,
5622 return new(zone) HInnerAllocatedObject(value, offset, type);
5637 HInnerAllocatedObject(HValue* value,
5661 object = HInnerAllocatedObject::cast(object)->base_object();
5681 value = HInnerAllocatedObject::cast(value)->base_object();