Home | History | Annotate | Download | only in arm64

Lines Matching defs:mapper

832                                                      InToRegStorageMapper* mapper) {
833 DCHECK(mapper != nullptr);
837 RegStorage reg = mapper->GetNextReg(arg_locs[in_position].fp,
895 InToRegStorageArm64Mapper mapper;
896 in_to_reg_storage_mapping_.Initialize(arg_locs, cu_->num_ins, &mapper);
1045 InToRegStorageArm64Mapper mapper;
1047 in_to_reg_storage_mapping.Initialize(info->args, info->num_arg_words, &mapper);