Home | History | Annotate | Download | only in optimizing

Lines Matching refs:HVecLoad

1159 void LocationsBuilderX86_64::VisitVecLoad(HVecLoad* instruction) {
1167 void InstructionCodeGeneratorX86_64::VisitVecLoad(HVecLoad* instruction) {
1174 case DataType::Type::kInt16: // (short) s.charAt(.) can yield HVecLoad/Int16/StringCharAt.