Home | History | Annotate | Download | only in src

Lines Matching refs:HLoadKeyed

3168 Range* HLoadKeyed::InferRange(Zone* zone) {
3414 OStream& HLoadKeyed::PrintDataTo(OStream& os) const { // NOLINT
3433 bool HLoadKeyed::TryIncreaseBaseOffset(uint32_t increase_by_value) {
3449 bool HLoadKeyed::UsesMustHandleHole() const {
3483 bool HLoadKeyed::AllUsesCanTreatHoleAsNaN() const {
3489 bool HLoadKeyed::RequiresHoleCheck() const {
3512 HLoadKeyed* key_load = HLoadKeyed::cast(key());
3525 HInstruction* index = HLoadKeyed::New(
4028 HLoadKeyed::cast(value())->elements_kind());