Lines Matching refs:HLoadKeyedFastElement
1605 void HLoadKeyedFastElement::PrintDataTo(StringStream* stream) {
1613 bool HLoadKeyedFastElement::RequiresHoleCheck() {
1648 HLoadKeyedFastElement* key_load = HLoadKeyedFastElement::cast(key());
1658 HInstruction* index = new(block()->zone()) HLoadKeyedFastElement(
1661 HLoadKeyedFastElement::OMIT_HOLE_CHECK);