Home | History | Annotate | Download | only in src

Lines Matching refs:boilerplate

350   HInstruction* boilerplate = Add<HLoadNamedField>(
352 HValue* elements = AddLoadElements(boilerplate);
358 Push(BuildCloneShallowArrayEmpty(boilerplate,
365 Push(BuildCloneShallowArrayCow(boilerplate,
373 Push(BuildCloneShallowArrayNonEmpty(boilerplate,
379 Push(BuildCloneShallowArrayNonEmpty(boilerplate,
387 checker.ElseDeopt("Uninitialized boilerplate literals");
415 HInstruction* boilerplate = Add<HLoadNamedField>(
425 boilerplate, static_cast<HValue*>(NULL),
444 boilerplate, static_cast<HValue*>(NULL), access));
454 checker.ElseDeopt("Uninitialized boilerplate in fast clone");